PrintManager.ColorMode Property
Parent Object: PrintManagerDescription
Gets/Sets the color mode to be used for printing. Defaults to using kPrintGrayScale.
Syntax
PrintManager.ColorMode() As PrintColorModeEnumProperty Value
This is a read/write property whose value is a PrintColorModeEnum.Samples
Name | Description |
Printing - Part or Assembly | This sample demonstrates how to print a Part or Assembly document. |