FPDFPage_GetAnnotCount method
Experimental API. Get the number of annotations in |page|.
page - handle to a page.
Returns the number of annotations in |page|.
Implementation
int FPDFPage_GetAnnotCount(FPDF_PAGE page) {
return _FPDFPage_GetAnnotCount(page);
}