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
[DocumentFormat.OpenXml.SchemaAttr(0, "cstate")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.BlipCompressionValues> CompressionState { get; set; }
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; }
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
Returns EnumValue<T>.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the compression state with which the picture is stored. This allows the application to specify the amount of compression that has been applied to a picture.
The possible values for this attribute are defined by the ST_BlipCompression
simple type.