Click or drag to resize

AnnotationControllerCountAnnotations Method

Returns the number of annotations in all of the layers.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int CountAnnotations()

Return Value

Type: Int32
The number of annotations in the controller.
Remarks
If a LayerAnnotation is being used as a group it will only count as 1, even though it may contain several child annotations.
See Also