The box which should be used as outline for the page.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum PageBoundary |
| Visual Basic |
|---|
Public Enumeration PageBoundary |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | The dimensions of the intersection of the media box and the crop box. If the crop box is not present, the visible box is set to the media box. | |
| MediaBox | 1 | The boundaries of the physical medium on which the page is intended to be displayed or printed. | |
| CropBox | 2 | The visible region. When the page is displayed or printed, its contents are to be clipped (cropped). | |
| BleedBox | 3 | The region to which the contents of the page should be clipped when output in a production environment. | |
| TrimBox | 4 | The intended dimensions of the finished page after trimming. | |
| ArtBox | 5 | The extent of the page’s meaningful content (including potential white space) as intended by the page’s creator. |