TIEImageEnAnnot.ObjectsCount
Declaration
property ObjectsCount: integer;
Description
Returns the number of annotation objects contained in the
TIEImageEnAnnot object.
If
CopyFromTImageEnVect was used, the result will be the count of TImageEnVect Objects.
If
CopyFromTImageEnView was used, the result will be the count of TImageEnView Layers.
Note: Calculating objects count can be time and memory intensive.
n := ImageEnView1.IO.Params.ImageEnAnnot.ObjectsCount;