SavePageNumberTag property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool SavePageNumberTag

Delphi Syntax

SavePageNumberTag : Boolean

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

Topics:

Raster Images: Saving Files

 

Raster Images: Getting and Setting File Information