This property sets whether or not a TIFF image is saved as one strip or multiple strips.

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

Property Value

Value Explanation
True The TIFF image is saved in a single strip
False The TIFF image is saved in multiple strips

Explanation

The TiffSaveOneStrip property sets whether or not a TIFF image is saved as one strip or multiple strips. The default value is False. This property is enabled for all TIFF file formats except TIFF GROUP4. (GROUP4 files must be single strip)

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