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

Parameters

Specifies the types of image to be loaded. This value is of type  Newtone.ImageKit.LoadFileType.

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.

The following formats require the appropriate ImageKit.NET3 Plugin files: JPEG2000, FPX


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

 

The ImageKit.NET3 is created by Newtone Corporation