This property sets whether or not an image saved in TIFF format is appended to an existing multi-page TIFF image or saved as a separate image.

[C++Builder]   imagekitcontrolname->FileIO->TiffAppend[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.TiffAppend[ = Boolean ]

Property Value

Value Explanation
True Multi-page TIFF image (The image will be appended to the end of an existing TIFF image)
False Single TIFF image (Each image file contains only one image) Default

Explanation

The TiffAppend property sets whether or not an image saved in TIFF format is appended to an existing multi-page TIFF image or saved as a separate image. The default value is False.

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