PrintColorModeValues Enumeration
Print Color Mode
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PrintColorModeValues
'Usage
Dim instance As PrintColorModeValues
public enum PrintColorModeValues
Members
Member name | Description | |
---|---|---|
BlackWhite | Black and White Mode. When the item is serialized out as xml, its value is "bw". | |
Gray | Grayscale Mode. When the item is serialized out as xml, its value is "gray". | |
Color | Color Mode. When the item is serialized out as xml, its value is "clr". |