When the parameter is set on "true", annotations of all pages will be counted. Otherwise only the annotations of the current page will be enumerated.
The number of annotation.

In This Topic

GetAnnotationCount Method (DocuViewareControl)

In This Topic
Returns the number of annotations within the current page or within the entire document.
Syntax
'Declaration
 
Public Function GetAnnotationCount( _
   ByVal AllPages As Boolean, _
   ByRef AnnotationCount As Integer _
) As GdPictureStatus
public GdPictureStatus GetAnnotationCount( 
   bool AllPages,
   out int AnnotationCount
)

Parameters

AllPages
When the parameter is set on "true", annotations of all pages will be counted. Otherwise only the annotations of the current page will be enumerated.
AnnotationCount
The number of annotation.

Return Value

A member of the GdPictureStatus enumeration.
See Also