PrintColorModeValues Enumeration
Print Color Mode
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration PrintColorModeValues
用法
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". |