This method loads the image from raw data.
[Visual Basic] Public Function LoadImageFromRawData() As Boolean
[C#] public bool Newtone.ImageKit.LoadImageFromRawData() ;

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

This method loads the image from the raw data set in the RawData property. To load a multi-page image file, set the page to be loaded into the LoadPage property.

Though there are differences in loading images from raw data and loading images from file, the procedure is the same as in the LoadImageFromFile method

See Also

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

 

The ImageKit WPF is created by Newtone Corporation