Function mupdf_sys::fz_page_separations[][src]

pub unsafe extern "C" fn fz_page_separations(
    ctx: *mut fz_context,
    page: *mut fz_page
) -> *mut fz_separations

Get the separations details for a page. This will be NULL, unless the format specifically supports separations (such as PDF files). May be NULL even so, if there are no separations on a page.

Returns a reference that must be dropped.