TIEImageEnGlobalSettings.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;
ImageEnVect1.IO.LoadFromFile('C:\TIFF_with_objects.tiff');
ImageEnVect1.IO.Params.ImagingAnnot.CopyToTImageEnVect();