Click or drag to resize

PageGetAnnots Method

Gets the annotation on the page.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetAnnots()

Return Value

Type: Obj
Annotation object. If the index is out of range returned Annot object is not valid (i.e. annot.IsValid() returns false).
See Also