This method loads image data from a file without altering it (i.e. converting it to DIB data)
[Visual Basic] Public Function LoadRawDataFromFile() As Boolean
[C#] public bool LoadRawDataFromFile() ;

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The LoadRawDataFromFile method loads image data from a file without altering it. The file to be loaded is determined by the  FileName property. The loaded image data is set into the  RawData property.

See Also

ImageKit.File Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET2 is created by Newtone Corporation