Поделиться через


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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace