Declaration
property TIFF_BigTIFF: Boolean;
Description
Returns True if the TIFF is a BigTIFF (>4GB).
BigTIFF is a variant of the TIFF file format which uses 64-bit offsets and supports much larger files (up to 18 exabytes in size). Support for BigTIFF file formats by applications is limited.
Default: False
Example
// Enable Big TIFF
ImageEnView1.IO.Params.TIFF_BigTIFF := True;