DeviceModeFields Enumeration

Specifies whether certain members of the DevMode structure have been initialized.

Flags combination for Fields field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DeviceModeFields

Remarks

Members

Orientation 1 Initialize Orientation field.
PaperSize 2 Initialize PaperSize field.
PaperLength 4 Initialize PaperLength field.
PaperWidth 8 Initialize PaperWidth field.
Scale 16 Initialize Scale field.
Position 32 Initialize Position field.
Nup 64 Initialize Nup field.
DisplayOrientation 128 Initialize DisplayOrientation field.
Copies 256 Initialize Copies field.
DefaultSource 512 Initialize DefaultSource field.
PrintQuality 1,024 Initialize PrintQuality field.
Color 2,048 Initialize Color field.
Duplex 4,096 Initialize Duplex field.
YResolution 8,192 Initialize YResolution field.
TTOption 16,384 Initialize TTOption field.
Collate 32,768 Initialize Collate field.
FormName 65,536 Initialize FormName field.
LogPixels 131,072 Initialize LogPixels field.
BitsPerPixel 262,144 Initialize BitsPerPixel field.
PixelsWidth 524,288 Initialize PixelsWidth field.
PixelsHeight 1,048,576 Initialize PixelsHeight field.
DisplayFlags 2,097,152 Initialize DisplayFlags field.
DisplayFrequency 4,194,304 Initialize DisplayFrequency field.
IcmMethod 8,388,608 Initialize IcmMethod field.
IcmIntent 16,777,216 Initialize IcmIntent field.
MediaType 33,554,432 Initialize MediaType field.
DitherType 67,108,864 Initialize DitherType field.
PanningWidth 134,217,728 Initialize PanningWidth field.
PanningHeight 268,435,456 Initialize PanningHeight field.
DisplayFixedOutput 536,870,912 Initialize DisplayFixedOutput field.

See Also