getAnnotContent

Get the content of an annotation.
getAnnotContent([in] LONG annotHandle, [out, retval] BSTR *content)
This function returns the "content" of an annotation (whose handle was obtained with getAnnot). Only some annotation types have content; getAnnotContent will return an empty string for annotations that don't have content.
VB:
content = pdf.getAnnotContent(annot)
buildAnnotList
getNumAnnots
getAnnot
getAnnotType
getAnnotRect