FPDF_GetPageCount typedef
- Pointer<
FPDF_DOCUMENT> document
Function: FPDF_GetPageCount Get total number of pages in the document. Parameters: document - Handle to document. Returned by FPDF_LoadDocument. Return value: Total number of pages in the document.
Implementation
typedef Int32 FPDF_GetPageCount(Pointer<FPDF_DOCUMENT> document);