Skip to content

Page::GetNextAnnotation method

The GetNextAnnotation method is used to enumerate the annotations that are on the page.

Prototype

Annotation GetNextAnnotation()
Annotation GetNextAnnotation() throws IGRException;
def GetNextAnnotation(self) -> Annotation

Return value

Annotation : Returns the next annotation on the current page, or NULL if no annotations are present.

See Also