Source position: prefs.pas line 399
type tPrinterPSPrefs = record |
ps_Reserved: array [0..3] of LongInt; |
ps_DriverMode: Byte; |
ps_PaperFormat: Byte; |
ps_Reserved1: array [0..1] of Byte; |
ps_Copies: LongInt; |
ps_PaperWidth: LongInt; |
ps_PaperHeight: LongInt; |
ps_HorizontalDPI: LongInt; |
ps_VerticalDPI: LongInt; |
ps_Font: Byte; |
ps_Pitch: Byte; |
ps_Orientation: Byte; |
ps_Tab: Byte; |
ps_Reserved2: array [0..7] of Byte; |
ps_LeftMargin: LongInt; |
ps_RightMargin: LongInt; |
ps_TopMargin: LongInt; |
ps_BottomMargin: LongInt; |
ps_FontPointSize: LongInt; |
ps_Leading: LongInt; |
ps_Reserved3: array [0..7] of Byte; |
ps_LeftEdge: LongInt; |
ps_TopEdge: LongInt; |
ps_Width: LongInt; |
ps_Height: LongInt; |
ps_Image: Byte; |
ps_Shading: Byte; |
ps_Dithering: Byte; |
ps_Reserved4: array [0..8] of Byte; |
ps_Aspect: Byte; |
ps_ScalingType: Byte; |
ps_Reserved5: Byte; |
ps_Centering: Byte; |
ps_Reserved6: array [0..7] of Byte; |
end; |