FPDFPage_RemoveAnnot method
Experimental API. Remove the annotation in |page| at |index|.
page - handle to a page. index - the index of the annotation.
Returns true if successful.
Implementation
int FPDFPage_RemoveAnnot(FPDF_PAGE page, int index) {
return _FPDFPage_RemoveAnnot(page, index);
}