This property sets which page of a multi-page image file is loaded. (FPX, GIF, or TIFF file formats only)
[Visual Basic] Public Property LoadPage As
Integer
[C#] public int LoadPage {get; set;}
Property Value
The page index of a mutli-page image file.
The first page is 0 (For FPX format the base image is 0).
Explanation
The LoadPage property sets which page of a muli-page image is loaded. For FPX, GIF, or TIFF file formats only.
In GIF and TIFF file formats, numerous images can be stored in one multi-page image file. In FPX file format, images of different resolutions can be stored in one multi-resolution image file.
The LoadPage property is used when loading a particular page from a multi-page image file.
Note: To use FPX images, you must have the appropriate ImageKit.NET3 plugin Dll files (Win32 Dlls)
See Also
ImageKit Members | Newtone.ImageKit.Web.ImageKit