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

Parameters

Specifies the type of image to be loaded. This value is of type  Newtone.ImageKit.LoadFileType

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.

The following formats require the appropriate ImageKit.NET3 Plugin files: JPEG2000, FPX

Regarding FlashPix:

Flashpix image files are multi-resolution image files with a tiled composition. Flashpix files store image data in a hierarchy from the original image at the highest level. Each subsequent level contains the same image with horizontal and vertical resolution half that of the image in the level above. This allows editing and printing at the optimum resolution. Each resolution image is divided in to 64x64 tiles. Each tiled image can be uncompressed, JPEG compression, or single color compression.

See Also

ImageKit Member | Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation