SavePageNumberTag property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL SavePageNumberTag

Overview

Refer to Saving a Bitmap to a File.

Remarks

Indicates whether or not to update and save the PageNumber tag associated with the pages of a multi-page TIFF file. Possible values are:

Value

Meaning

TRUE

Update and save the PageNumber tag associated with each page of a TIFF file.

FALSE

Do not update and save the PageNumber tag associated with each page of a TIFF file.

By default, this property is TRUE. Therefore, whenever TIFF files are saved, or pages are deleted from a TIFF file, the PageNumber tag for each page is updated and saved. For files having many pages, this may be time consuming.

Note: This property must be set to TRUE in order to save Class-F compatible TIFF files.

See Also

Elements:

SaveTileHeight property, SaveTileWidth property

Topics:

Raster Images: Saving Files

 

Raster Images: Getting and Setting File Information