This property sets the page to be loaded when a multi-page image file (FPX or TIFF) image is loaded.

[Visual Basic] Public Property LoadPage As Integer
[C#] public int LoadPage {get; set;}

Property Value

The number of the page of a mutli-page image file.

The first page is 0. (For FPX format the base image is also 0)

Explanation

The LoadPage property sets the page to be loaded when a multi-page image file (FPX or TIFF) image is loaded.

In the TIFF file formats, numerous images can be stored in one multi-page image file. In the 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 into the memory. If there is no page set in the LoadPage property, after executing the LoadImageFromFile method or the LoadImageFromRawData method, False(0) is returned.

To use FPX files, you must have the appropriate ImageKit WPF Plugin files (Win32 dll files).

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation