ImageCodecInfo.CodecName プロパティ

定義

コーデックの名前を格納する文字列を取得または設定します。

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

プロパティ値

コーデックの名前を格納する文字列。

適用対象