Gets the annotation on the page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetAnnots As Obj
public:
virtual Obj^ GetAnnots() sealed
Return Value
Type:
ObjAnnotation object. If the index is out of range returned Annot object
is not valid (i.e. annot.IsValid() returns false).
See Also