IPrinterSettings.Fields
IPrinterSettings

property Fields: Integer;

Type Library
TeeChartx

Description
Specifies whether certain members of the DEVMODE structure have been initialized. If a member is initialized, its corresponding bit is set, otherwise the bit is clear. A driver supports only those DEVMODE members that are appropriate for the printer or display technology.

The following values are defined, and are listed here with the corresponding structure members.

Value Structure member

1 DM_ORIENTATION dmOrientation

2 DM_PAPERSIZE dmPaperSize

4 DM_PAPERLENGTH dmPaperLength

8 DM_PAPERWIDTH dmPaperWidth

$10 DM_SCALE dmScale

$20 DM_POSITION dmPosition

$100 DM_COPIES dmCopies

$200 DM_DEFAULTSOURCE dmDefaultSource

$400 DM_PRINTQUALITY dmPrintQuality

$800 DM_COLOR dmColor

$1000 DM_DUPLEX dmDuplex

$2000 DM_YRESOLUTION dmYResolution

$4000 DM_TTOPTION dmTTOption

$8000 DM_COLLATE dmCollate

$10000 DM_FORMNAME dmFormName

$20000 DM_LOGPIXELS dmLogPixels

$40000 DM_BITSPERPEL dmBitsPerPel

$80000 DM_PELSWIDTH dmPelsWidth

$100000 DM_PELSHEIGHT dmPelsHeight

$200000 DM_DISPLAYFLAGS dmDisplayFlags

$400000 DM_DISPLAYFREQUENCY dmDisplayFrequency

$00800000 DM_PANNINGWIDTH Windows 2000/XP: dmPanningWidth

$01000000 DM_PANNINGHEIGHT Windows 2000/XP: dmPanningHeight

$2000000 DM_ICMMETHOD dmICMMethod

$4000000 DM_ICMINTENT dmICMIntent

$8000000 DM_MEDIATYPE dmMediaType

$10000000 DM_DITHERTYPE dmDitherType