Share via


PrintingProperties.ColorMode Property

Definition

Print Color Mode

Represents the following attribute in the schema: clrMode

[DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> ColorMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> ColorMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")>]
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clrMode")>]
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
Public Property ColorMode As EnumValue(Of PrintColorModeValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to