ImageEn, unit iexBitmaps

TIEImagingAnnot.ObjectsCount

TIEImagingAnnot.ObjectsCount

Declaration

property ObjectsCount: Integer;

Description

Returns the count of annotations.

Example

// Get objects count
n := ImageEnView1.IO.Params.ImagingAnnot.ObjectsCount;