[][src]Function mupdf_sys::pdf_filter_page_contents

pub unsafe extern "C" fn pdf_filter_page_contents(
    ctx: *mut fz_context,
    doc: *mut pdf_document,
    page: *mut pdf_page,
    cookie: *mut fz_cookie,
    proc_fn: pdf_page_contents_process_fn,
    text_filter: pdf_text_filter_fn,
    after_text: pdf_after_text_object_fn,
    arg: *mut c_void,
    sanitize: c_int,
    ascii: c_int
)