WpfAnnotationCanvasCountAnnotations Method |
Counts the number of annotations in this canvas.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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