ImageCodecInfo.FormatDescription プロパティ

定義

コーデックのファイル形式を説明する文字列を取得または設定します。

public:
 property System::String ^ FormatDescription { System::String ^ get(); void set(System::String ^ value); };
public string FormatDescription { get; set; }
public string? FormatDescription { get; set; }
member this.FormatDescription : string with get, set
Public Property FormatDescription As String

プロパティ値

コーデックのファイル形式を説明する文字列。

適用対象