プロパティ値を取得または設定します。
Public Property Value As Byte ()
[C#]
public byte[] Value {get; set;}
[C++]
public: __property unsigned char get_Value();public: __property void set_Value(unsigned char __gc[]);
[JScript]
public function get Value() : Byte[];
public function set Value(Byte[]);
プロパティ値
プロパティ値。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyItem クラス | PropertyItem メンバ | System.Drawing.Imaging 名前空間