buildAnnotList

Construct an annotation list.
buildAnnotList([in] int page)
This function constructs an annotation list for the specified page.

After building an annotation list, call getNumAnnots and getAnnot to access the annotations.

XpdfText holds an annotation list for one page at a time. If you call buildAnnotList again, the new annotation list will replace the previous one.

VB:
' make annotation list for page 1 pdf.buildAnnotList(1)
getNumAnnots
getAnnot