This property sets the byte array of the Raw data for the image to be loaded or saved.

[Visual Basic]
Public Property RawData As Byte()
[C#]
public byte[] RawData {get; set;}

Property Value

The byte array of the Raw data for the image to be loaded or saved

Explanation

The RawData property sets the byte array of the Raw data for the image to be loaded or saved.

After executing the LoadRawDataFromFile method, the raw data is set to this property. After executing the SaveRawDataToFile method, the raw data set to this property is saved to a file.

To disable the image referred to by this property, please set null (in Visual Basic, Nothing) to this property.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation