PdfPage Properties |
The PdfPage type exposes the following members.
Name | Description | |
---|---|---|
CropBox |
Gets a value representing the visible crop box of this PdfPage.
| |
CropBoxOriginal |
Gets a value representing the originally visible crop box of this PdfPage.
| |
DeskewAngle |
Gets or sets a value representing the angle which this page has been deskewed / straightened (in degrees).
| |
Document |
Document with which this page is associated
| |
Dpi |
Gets a value representing the PdfDocument's resolution.
| |
Height |
Gets a value representing the height of this page as displayed (in pixels).
| |
IsDeleted |
Gets a value indicating whether this document page was deleted.
| |
Objects |
Gets a collection of objects which are on this page.
| |
PageLabel |
Gets a value representing the page label of this document page.
| |
PageNumber |
Gets a value representing the page number of this document page.
| |
Rotation |
Gets or sets a value representing the clockwise rotation of this page (in degrees).
| |
Width |
Gets a value representing the width of this page as displayed (in pixels).
|