TIOParams.TIFF_DocumentName
Declaration
property TIFF_DocumentName: AnsiString;
Description
Specifies the document name 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');