次の方法で共有


ImageCodecInfo.FormatID プロパティ

コーデックのファイル形式を識別する GUID を格納する Guid 構造体を取得または設定します。

Public Property FormatID As Guid
[C#]
public Guid FormatID {get; set;}
[C++]
public: __property Guid get_FormatID();public: __property void set_FormatID(Guid);
[JScript]
public function get FormatID() : Guid;public function set FormatID(Guid);

プロパティ値

コーデックのファイル形式を識別する GUID を格納する Guid 構造体。

必要条件

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