pub unsafe extern "C" fn fz_new_pixmap_from_page_contents(
    ctx: *mut fz_context,
    page: *mut fz_page,
    ctm: fz_matrix,
    cs: *mut fz_colorspace,
    alpha: c_int
) -> *mut fz_pixmap
Expand description

Render the page contents without annotations.

Ownership of the pixmap is returned to the caller.