DrawingPrintManager.ColorMode Property
Parent Object: DrawingPrintManagerDescription
Gets/Sets the color mode to be used for printing. Defaults to using kPrintGrayScale.
Syntax
DrawingPrintManager.ColorMode() As PrintColorModeEnumProperty Value
This is a read/write property whose value is a PrintColorModeEnum.Samples
Name | Description |
Printing - Drawing Print | This sample demonstrates how to print a drawing, setting specifics such as sheet range. |