Page Properties
A page in a PDF document.| Name | Description |
|---|---|
| Annotations | Gets the collection of annotation dictionaries that contain indirect references to all annotations associated with the page. |
| ArtBox | Gets or sets the page’s art box - the rectangle that defines the extent of the page’s meaningful content as intended by the page’s creator. |
| BleedBox | Gets or sets the page’s bleed box - the area to which the page’s contents should be clipped when printed in a production environment. |
| CropBox | Gets or sets the page’s crop box - the area to which the page contents are clipped (cropped) when displayed or printed. |
| Fragments | Obtains a collection of fragments contained in the page. |
| Height | Obtains the height of the page. |
| MediaBox | Gets or sets the page’s media box - the rectangle that defines the boundaries of the physical medium on which the page is to be displayed or printed. |
| Rotation | Gets or sets the page rotation angle. |
| TrimBox | Gets or sets the page’s trim box - the area that defines the intended dimensions of the finished page after trimming. |
| Width | Obtains the width of the page. |
See Also