Previous Document Next Document

Object Model Reference : Classes : P : PrintOptions : Properties : PrintOptions.ColorMode


PrintOptions.ColorMode

Property ColorMode As PrnColorMode

Description

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.

VBA example

The following VBA example changes the ColorMode setting from the default (full color) to grayscale.

Sub Test()
 ActiveDocument.PrintSettings.Options.ColorMode = prnModeGrayscale
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.