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.