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

[C++Builder]   imagekitcontrolname->FileIO->LoadPage[ = short ]
[Delphi]   imagekitcontrolname.FileIO.LoadPage[ = Smallint ]

Property Value

The number of the page of a multi-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 LoadPageproperty, 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation