Skip to content

Page::GetAnnotationCount method

The GetAnnotationCount method returns the number of annotations that are on a page. The annotations can be enumerated using the GetFirstAnnotation and GetNextAnnotation methods, or accessed via index using the GetAnnotation method.

Prototype

int GetAnnotationCount()
int GetAnnotationCount() throws IGRException;
def GetAnnotationCount(self) -> int
int GetAnnotationCount()

Return value

int : Integer containing the number of annotations on the page.

See Also