This method loads image data from a file.
[Visual Basic] Public Function LoadImageFromFile() As Boolean
[C#] public bool LoadImageFromFile() ;

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The LoadImageFromFile method loads image data from a file. The file set in the Url property is loaded. To load a multi-page image file, set the page to be loaded into the LoadPage property.

See Also

ImageKit Member | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation