ImageEn, unit iesettings

TIEGlobalSettings.UTF8EncodeImagingAnnot

TIEGlobalSettings.UTF8EncodeImagingAnnot


Declaration

property UTF8EncodeImagingAnnot: boolean;


Description

If True, text in Wang Annotations is UTF8 decoded when loading, and UTF8 encoded when saving. Set to false to treat as standard ANSI text.

Default: True


Example

// load annotations as plain text
IEGlobalSettings().UTF8EncodeImagingAnnot := False;
ImageEnView1.IO.LoadFromFile('C:\TIFF_with_objects.tiff');
ImageEnView1.IO.Params.ImagingAnnot.CopyToTImageEnView();