TIOParams.TIFF_ImageDescription
TIOParams.TIFF_ImageDescription
Declaration
property TIFF_ImageDescription: AnsiString;
Description
Specifies the image description of a TIFF image.
Default: ''
ImageEnView1.IO.Params.TIFF_DocumentName := 'Sanremo';
ImageEnView1.IO.Params.TIFF_ImageDescription := 'The city of the flowers';
ImageEnView1.IO.SaveToFile('D:\Italy.tif');