Page::GetFirstAnnotation method¶
The GetFirstAnnotation method is used to enumerate the annotations that are on the page.
Prototype¶
Annotation GetFirstAnnotation()
Annotation GetFirstAnnotation() throws IGRException;
def GetFirstAnnotation(self) -> Annotation
Return value¶
Annotation
: Returns the first annotation on the current page, or NULL if no annotations are present.