WpfAnnotationCanvasCountAnnotations Method |
Counts the number of annotations in this canvas.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic int CountAnnotations()
Public Function CountAnnotations As Integer
Return Value
Type:
Int32 The number of annotations found.
Remarks Group annotations will only count as 1 annotation.
Remarks Group annotations will only count as 1 annotation.
See Also