This method loads the raw image directly from file without converting it to DIB.
[Visual Basic] Public Function LoadRawDataFromFile() As Boolean
[C#] public bool LoadRawDataFromFile() ;

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

This method loads raw data directly from file without converting it to DIB. The raw data is loaded from the file specified by the Url property. Once loaded, the raw data is set into the RawData property.

See Also

ImageKit Members | Newtone.ImageKit.Web.ImageKit




The ImageKit.NET2 is created by Newtone Corporation