pub unsafe extern "C" fn fz_new_bbox_device(
    ctx: *mut fz_context,
    rectp: *mut fz_rect
) -> *mut fz_device
Expand description

Create a device to compute the bounding box of all marks on a page.

The returned bounding box will be the union of all bounding boxes of all objects on a page.