BitmapCodecInfo.SupportsLossless プロパティ

定義

コーデックが画像の無損失をサポートしているかどうかを示す値を取得します。

public:
 virtual property bool SupportsLossless { bool get(); };
public virtual bool SupportsLossless { [System.Security.SecurityCritical] get; }
public virtual bool SupportsLossless { get; }
[<get: System.Security.SecurityCritical>]
member this.SupportsLossless : bool
member this.SupportsLossless : bool
Public Overridable ReadOnly Property SupportsLossless As Boolean

プロパティ値

Boolean

コーデックが画像の無損失をサポートしている場合は true。それ以外の場合は false

属性

適用対象

こちらもご覧ください