FPDFPage_GetAnnotCount function
Experimental API. Get the number of annotations in |page|.
page - handle to a page.
Returns the number of annotations in |page|.
Implementation
@ffi.Native<ffi.Int Function(FPDF_PAGE)>()
external int FPDFPage_GetAnnotCount(FPDF_PAGE page);