Unit 'HtmlMisc' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_htmlviewer]

_devicemodeA

Declaration

Source position: htmlmisc.pas line 228

type _devicemodeA = packed record

  dmDeviceName: array [0..CCHDEVICENAME-1] of AnsiChar;

  

  dmSpecVersion: Word;

  

  dmDriverVersion: Word;

  

  dmSize: Word;

  

  dmDriverExtra: Word;

  

  dmFields: DWORD;

  

  dmOrientation: SHORT;

  

  dmPaperSize: SHORT;

  

  dmPaperLength: SHORT;

  

  dmPaperWidth: SHORT;

  

  dmScale: SHORT;

  

  dmCopies: SHORT;

  

  dmDefaultSource: SHORT;

  

  dmPrintQuality: SHORT;

  

  dmColor: SHORT;

  

  dmDuplex: SHORT;

  

  dmYResolution: SHORT;

  

  dmTTOption: SHORT;

  

  dmCollate: SHORT;

  

  dmFormName: array [0..CCHFORMNAME-1] of AnsiChar;

  

  dmLogPixels: Word;

  

  dmBitsPerPel: DWORD;

  

  dmPelsWidth: DWORD;

  

  dmPelsHeight: DWORD;

  

  dmDisplayFlags: DWORD;

  

  dmDisplayFrequency: DWORD;

  

  dmICMMethod: DWORD;

  

  dmICMIntent: DWORD;

  

  dmMediaType: DWORD;

  

  dmDitherType: DWORD;

  

  dmICCManufacturer: DWORD;

  

  dmICCModel: DWORD;

  

  dmPanningWidth: DWORD;

  

  dmPanningHeight: DWORD;

  

end;



CT Web help

CodeTyphon Studio