This property sets or receives the image data as a byte array when images are loaded or saved in raw data
[Visual Basic] Public Property RawData As Byte()
[C#] public byte[] RawData {get; set;}

Property Value

The image data as a byte array

Explanation

When the LoadRawDataFromFile method is executed the image data is set into this RawData property. When the  SaveRawDataToFile  method is executed the image data contained in this RawData property is saved to file. To free the image data referred to by this RawData property, set the property to null (In VisualBasic set to Nothing).

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation