'Declaration
Public Function GetAnnotationCount( _ ByVal AllPages As Boolean, _ ByRef AnnotationCount As Integer _ ) As GdPicture14.GdPictureStatus
public GdPicture14.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.