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

プロパティ値

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

属性

適用対象

こちらもご覧ください