PrintTaskOptions.ColorMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the color mode option of the print task.
public:
property PrintColorMode ColorMode { PrintColorMode get(); void set(PrintColorMode value); };
PrintColorMode ColorMode();
void ColorMode(PrintColorMode value);
public PrintColorMode ColorMode { get; set; }
var printColorMode = printTaskOptions.colorMode;
printTaskOptions.colorMode = printColorMode;
Public Property ColorMode As PrintColorMode
Property Value
The color mode option.