Object Model Reference : Classes : P : PrintOptions : Properties : PrintOptions.ColorMode |
Property ColorMode As PrnColorMode
Member of PrintOptions
The ColorMode property returns or specifies how colors are printed. You can print colors in full color, black and white, or grayscale.
The following VBA example changes the ColorMode setting from the default (full color) to grayscale.
Sub Test() |
ActiveDocument.PrintSettings.Options.ColorMode = prnModeGrayscale |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.