/MediaBox (inherited if absent; defaults to US Letter [0, 0, 612, 792]).
/CropBox (inherited if absent; defaults to the media box).
/BleedBox (defaults to the crop box).
/TrimBox (defaults to the crop box).
/ArtBox (defaults to the crop box).
Which boxes are explicitly declared on the page dictionary (vs inherited
from an ancestor /Pages node or defaulted by the rules above) — lets a host
tell a real /TrimBox from one defaulted to the crop box.
A page's five boundary boxes (see GigaPdfDoc.getPageBoxes). Each box is the effective rectangle
[x0, y0, x1, y1]in user-space points, with ISO 32000-1 inheritance and the per-box default chain already applied — socropequalsmediawhen no/CropBoxis declared, andbleed/trim/arteach fall back tocrop. Values are reported verbatim (not clamped to their intersection with the media box), so the source file round-trips faithfully.