dmColor property
DEVMODE_COLOR
get
dmColor
For printers, specifies whether a color printer should print color or monochrome.
Implementation
DEVMODE_COLOR get dmColor => .new(_dmColor);
set
dmColor
(DEVMODE_COLOR value)
Implementation
set dmColor(DEVMODE_COLOR value) => _dmColor = value;