次の方法で共有


ImageCodecInfo.CodecName プロパティ

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

Public Property CodecName As String
[C#]
public string CodecName {get; set;}
[C++]
public: __property String* get_CodecName();public: __property void set_CodecName(String*);
[JScript]
public function get CodecName() : String;public function set CodecName(String);

プロパティ値

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ImageCodecInfo クラス | ImageCodecInfo メンバ | System.Drawing.Imaging 名前空間