次の方法で共有


ImageCodecInfo.Version プロパティ

コーデックのバージョン番号を取得または設定します。

Public Property Version As Integer
[C#]
public int Version {get; set;}
[C++]
public: __property int get_Version();public: __property void set_Version(int);
[JScript]
public function get Version() : int;public function set Version(int);

プロパティ値

コーデックのバージョン番号を取得または設定します。

必要条件

プラットフォーム: 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 名前空間