Description:
TIFF images may contain several separate images within one single file. Each image is stored in a frame. With the LoadTIFFFrame import option you can specify which page (and thus which image) to load.
Declaration:
LoadTIFFPage:<PageNumber>
Parameters:
Param |
Description |
<PageNumber> |
Starting with 0 for the first image and up to the maximum image number |
Notes:
Use the function GetTIFFFrameCount to retrieve the number of frames within a TIFF file.
Introduced in version:
1.3.0.0
Repeatable
No