Function pdfium_render::bindgen::FPDF_GetPageCount
source ·
[−]pub unsafe extern "C" fn FPDF_GetPageCount(
document: FPDF_DOCUMENT
) -> c_intExpand description
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.
