What are PDF page boxes?
A PDF page can carry five rectangles. MediaBox is the physical page boundary. CropBox controls normal viewing/printing clipping. BleedBox describes the production bleed region. TrimBox describes the intended finished page after trimming. ArtBox describes the meaningful artwork area.
CropBox defaults to MediaBox when it is absent. BleedBox, TrimBox, and ArtBox default to CropBox. Quicklio labels those fallback values as “default / inherited” so you can distinguish them from explicitly stored box entries.