Enumeration
PDFBoxType
Crop box.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 0 | readonly | Crop to ArtBox. The art box defines the extent of the page's meaningful content (including potential white space) as intended by the page's creator. | |
| Int = 3 | readonly | Crop to BleedBox. The bleed box defines the region to which the contents of the page should be clipped when output in a production environment. | |
| Int = 5 | readonly | Crop to Bounding Box. The bounding box is the rectangle that encloses all text, graphics, and images on the page. | |
| Int = 1 | readonly | Crop to CropBox. The crop box is the region of the page to display and to print. | |
| Int = 4 | readonly | Crop to MediaBox. The media box is a natural size of the page. For example, the dimensions of A4 sheet of paper. | |
| Int = 2 | readonly | Crop to TrimBox. The trim box specifies the positioning of the page's content within the imposition. |
Object of 1
Properties elsewhere that hold an PDFBoxType value.