This method loads raw image data from file.

[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 raw image data from file.

The LoadRawDataFromFile method loads the file set in the FileName property and then sets the raw data in the RawData property.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation