Function mupdf_sys::fz_count_pages[][src]

pub unsafe extern "C" fn fz_count_pages(
    ctx: *mut fz_context,
    doc: *mut fz_document
) -> c_int

Return the number of pages in document

May return 0 for documents with no pages.