setasign\Fpdi\PdfReader
PageBoundaries An abstract class for page boundary constants and some helper methods
File: /FPDI v2/PdfReader/PageBoundaries.php
Class hierarchy
Summary
Constants
ART_BOX
ArtBox
The art box defines the extent of the page’s meaningful content (including potential white space) as intended by the page’s creator.
See
- PDF 32000-1:2008 - 14.11.2 Page Boundaries
BLEED_BOX
BleedBox
The bleed box defines the region to which the contents of the page shall be clipped when output in a production environment.
See
- PDF 32000-1:2008 - 14.11.2 Page Boundaries
CROP_BOX
CropBox
The crop box defines the region to which the contents of the page shall be clipped (cropped) when displayed or printed.
See
- PDF 32000-1:2008 - 14.11.2 Page Boundaries
MEDIA_BOX
MediaBox
The media box defines the boundaries of the physical medium on which the page is to be printed.
See
- PDF 32000-1:2008 - 14.11.2 Page Boundaries
TRIM_BOX
TrimBox
The trim box defines the intended dimensions of the finished page after trimming.
See
- PDF 32000-1:2008 - 14.11.2 Page Boundaries
Static Properties
Static Methods
isValidName()
Checks if a name is a valid page boundary name.
Parameters
- $name : string
The boundary name
Return Values
A boolean value whether the name is valid or not.