Wraps FPDF_GetPageBoundingBox — returns the rectangle that
encloses the visible portion of page after intersecting the
cropbox with the mediabox. Often the same as the cropbox; differs
when a cropbox sticks out beyond the mediabox.
Arguments
- page
A
pdfium_pagefrompdf_page_load().
Value
Named numeric vector of length 4 — c(left, bottom, right, top) in PDF user-space points. All-NA on failure.
Details
For named boxes (media / crop / bleed / trim / art), use
pdf_page_box().
See also
pdf_page_box() for individual named boxes.