コーデックを保持する DLL のパス名を格納する文字列を取得または設定します。コーデックが DLL に保持されていない場合、このポインタは null 参照 (Visual Basic では Nothing) になります。
Public Property DllName As String
[C#]
public string DllName {get; set;}
[C++]
public: __property String* get_DllName();public: __property void set_DllName(String*);
[JScript]
public function get DllName() : String;public function set DllName(String);
プロパティ値
コーデックを保持する DLL のパス名を格納する文字列。
必要条件
プラットフォーム: 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 名前空間