ImageData.Grayscale Property

Definition

Image Grayscale Toggle

Represents the following attribute in the schema: grayscale

[DocumentFormat.OpenXml.SchemaAttr(0, "grayscale")]
public DocumentFormat.OpenXml.TrueFalseValue Grayscale { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Grayscale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "grayscale")]
public DocumentFormat.OpenXml.TrueFalseValue? Grayscale { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("grayscale")]
public DocumentFormat.OpenXml.TrueFalseValue? Grayscale { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Grayscale { get; set; }
member this.Grayscale : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "grayscale")>]
member this.Grayscale : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("grayscale")>]
member this.Grayscale : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Grayscale As TrueFalseValue

Property Value

Attributes

Applies to