Function pdfium_render::bindgen::FPDF_GetPageBoundingBox
source ·
[−]pub unsafe extern "C" fn FPDF_GetPageBoundingBox(
page: FPDF_PAGE,
rect: *mut FS_RECTF
) -> FPDF_BOOLExpand description
Experimental API. Function: FPDF_GetPageBoundingBox Get the bounding box of the page. This is the intersection between its media box and its crop box. Parameters: page - Handle to the page. Returned by FPDF_LoadPage. rect - Pointer to a rect to receive the page bounding box. On an error, |rect| won’t be filled. Return value: True for success.
