FPDFPage_GetAnnotCount method

int FPDFPage_GetAnnotCount(
  1. FPDF_PAGE page
)

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);
}