Skip to content

Page::GetAnnotation method

The GetAnnotation method is used to retrieve the annotation on the page at the specified index.

Prototype

Annotation GetAnnotation(int index)
Annotation GetAnnotation(int index) throws IGRException;
def GetAnnotation(self, index: int) -> Annotation
Annotation GetAnnotation(int index)

Parameters

index: int : The index of the annotation to return.

Return value

Annotation : Returns the annotation on the current page at the specified index, or NULL if the index is out of range.

See Also