The Page type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ArtBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the extent of the page meaningful content (including potential
white space) as intended by the page's creator.
| |
| BleedBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the region to which the contents of the
page should be clipped when output in a production environment.
| |
| CropBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the visible region of default user space.
When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed
on the output medium in some implementation-defined manner.
| |
| Height |
Height of this page in points.
| |
| MediaBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the boundaries of the physical medium
on which the page is intented to be displayed or printed.
| |
| Orientation |
Orientation of this page in degrees. Default is Rotate0.
| |
| SingleImageOnly |
True if and only if the content of this PDF page consists of a single image only.
| |
| TrimBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the intended dimensions of the finished page after trimming.
| |
| Width |
Width of this page in points.
|