[Visual
Basic] imagekitcontrolname.File.LoadPage
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetLoadPage()
imagekitcontrolname.GetFile().SetLoadPage(short Val)
imagekitcontrolname.GetFile().SetLoadPage(short Val)
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, GIF, or TIFF) image is loaded.
In the GIF and 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 LoadFile method or the LoadFileMem method, False(0) is returned.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.