officefileapi-devexpress-dot-pdf-dot-pdfpage-dot-underscore-properties.md
An individual page in a document.
| Name | Description |
|---|---|
| Actions | Provides access to a dictionary of additional actions to be performed when the page is opened or closed. |
| Annotations | Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page. |
| AnnotationTabOrder | Indicates the tab order that shall be used for annotations on the page. |
| ArtBox | Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page’s creator. |
| ArticleBeads | Provides access to the collection of indirect references to all article beads appearing on the page. |
| BleedBox | Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment. |
| Commands | Gets the PDF page commands. |
| CropBox | Specifies the crop box imposing the page boundaries displayed in a PDF Viewer. Inherited from PdfPageTreeObject. |
| DisplayDuration | Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page. |
| ID | Indicates the digital identifier of the page’s parent Web Capture content set. |
| LastModified | Specifies the date and time when the page’s contents were most recently modified. |
| MediaBox | Specifies the media box defining the boundaries of the physical medium on which the page is to be printed. Inherited from PdfPageTreeObject. |
| Metadata | Provides access to a metadata stream that contains metadata for the page. |
| PieceInfo | Provides access to a page-piece dictionary associated with the page. |
| PreferredZoomFactor | Specifies the page’s preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification. |
| Rotate | Rotates the document page at the specified angle. Inherited from PdfPageTreeObject. |
| StructParents | Indicates the key of the page’s entry in the structural parent tree. |
| ThumbnailImage | Provides access to a stream object that defines the page’s thumbnail image. |
| Trans | Provides access to a transition dictionary describing the transition effect that shall be used when displaying the page during presentations. |
| TransparencyGroup | Specifies the group attributes dictionary that specifies the attributes of the page’s page group for use in the transparent imaging model. |
| TrimBox | Specifies the trim box defining the intended dimensions of the finished page after trimming. |
| UserUnit | Indicates the size of default user space units, in multiples of 1 ⁄ 72 inch. |
See Also