Source position: prefs.pas line 329
type tPrinterGfxPrefs = record |
pg_Reserved: array [0..3] of LongInt; |
pg_Aspect: Word; |
pg_Shade: Word; |
pg_Image: Word; |
pg_Threshold: SmallInt; |
pg_ColorCorrect: Byte; |
pg_Dimensions: Byte; |
pg_Dithering: Byte; |
pg_GraphicFlags: Word; |
pg_PrintDensity: Byte; |
pg_PrintMaxWidth: Word; |
pg_PrintMaxHeight: Word; |
pg_PrintXOffset: Byte; |
pg_PrintYOffset: Byte; |
end; |