InfoIFD property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int InfoIFD;

Delphi Syntax

InfoIFD : LongInt;

Overview

Refer to Loading and Saving Large TIFF Files.

Remarks

Specifies the offset within the current file of the current page.

This property value is valid only if it is greater than 0. A value of zero indicates that the file format does not support Image File Directories (IFDs).

The value of this property can be used for the LoadIFD property and the SaveIFD property to speed up loading and saving of TIFF files with many pages.

See Also

Elements

InfoColorSpace property, LoadIFD property, SaveIFD property

Topics

Raster Images: Loading and Saving Large TIFF Files