[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 Members | Newtone.ImageKit.Web.ImageKit