FPDFPage_GetAnnotCount function

  1. @Native<Int Function(FPDF_PAGE)>(FPDF_PAGE)>()
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

@ffi.Native<ffi.Int Function(FPDF_PAGE)>()
external int FPDFPage_GetAnnotCount(FPDF_PAGE page);