[][src]Function mupdf_sys::fz_last_page

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

Function to get the location for the last page in the document. Using this can be far more efficient in some cases than calling fz_count_pages and using the page number.