This property refers to the byte array of raw image data to be loaded or saved.

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

Property Value

A byte array of the raw image data

Explanation

The RawData property refers to the byte array of raw image data 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

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation