Function mupdf_sys::fz_next_page

source ·
pub unsafe extern "C" fn fz_next_page(
    ctx: *mut fz_context,
    doc: *mut fz_document,
    loc: fz_location
) -> fz_location
Expand description

Function to get the location of the next page (allowing for the end of chapters etc). If at the end of the document, returns the current location.