Blip.CompressionState プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
blips の圧縮状態。
スキーマ内の次の属性を表します: 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)
プロパティ値
EnumValue<T> を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
画像を格納する圧縮状態を指定します。 これにより、アプリケーションは、画像に適用されている圧縮の量を指定できます。
この属性に使用できる値は、単純型によって ST_BlipCompression
定義されます。