This property sets the page to be loaded when a multi-page image file (FPX or TIFF) image is loaded.
Public Property LoadPage As Integer
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.