Gets and sets the image data.
public byte[] ImageData {get; set;}
public: __property byte[]* get_ImageData();
public: __property void set_ImageData(
byte[]* value
);
'Declaration
Public Property ImageData As Byte()
'Usage
Dim instance As ImageDataInfo
Dim value() As Byte
instance.ImageData = value
value = instance.ImageData
Property Value
A byte array which contains information about the image data.