Document.ColorMode Property
Publisher Developer Reference |
Returns a PbColorMode constant that represents the color mode for the publication. Read-only.
Syntax
expression.ColorMode
expression A variable that represents a Document object.
Return Value
PbColorMode
Remarks
The ColorMode property value can be one of the PbColorMode constants declared in the Microsoft Office Publisher type library.
Example
This example creates a spot-color plate collection, adds two plates to it, and then enters those plates into the spot-color mode.
Visual Basic for Applications |
---|
|
See Also