Blip.CompressionState 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.
Compression state for blips.
Represents the following attribute in the schema: cstate
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues>? CompressionState { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cstate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues>? CompressionState { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cstate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues>? CompressionState { get; set; }
member this.CompressionState : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cstate")>]
member this.CompressionState : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cstate")>]
member this.CompressionState : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues> with get, set
Public Property CompressionState As EnumValue(Of BlipCompressionValues)
Property Value
- Attributes