Gets the annotation on the page.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAnnot GetAnnot(
int index
)
Public Function GetAnnot (
index As Integer
) As IAnnot
public:
virtual IAnnot^ GetAnnot(
[InAttribute] int index
) sealed
function GetAnnot(index);
Parameters
- index
- Type: SystemInt32
index of the annotation to get on a page
Return Value
Type:
IAnnot Annotation object. If the index is out of range returned Annot object
is not valid (i.e. annot.IsValid() returns false).
Remarks The first annotation on a page has an index of zero
See Also