[][src]Function mupdf_sys::fz_load_page

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

Load a given page number from a document. This may be much less efficient than loading by location (chapter+page) for some document types.