ImageFile.GrayScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns EnumValue<T>.
- Attributes