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
// load annotations as plain text
IEGlobalSettings().UTF8EncodeImagingAnnot := False;
ImageEnView1.IO.LoadFromFile('C:\TIFF_with_objects.tiff');
ImageEnView1.IO.Params.ImagingAnnot.CopyToTImageEnView();