PictureFormat.ColorModel Property
Publisher Developer Reference |
Returns a PbColorModel constant that represents the color model of the picture. Read-only.
Syntax
expression.ColorModel
expression A variable that represents a PictureFormat object.
Return Value
PbColorModel
Remarks
The ColorModel property value can be one of the PbColorModel constants declared in the Microsoft Office Publisher type library.
Example
The following example returns a list of the pictures with RGB color mode in the active publication.
Visual Basic for Applications |
---|
|
See Also