PdfPage Class |
Namespace: RadPdf.Data.Document.Pages
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).
|
Name | Description | |
---|---|---|
CreateObject |
Creates a new object on this page.
| |
CropPage |
Crops this page in the currently loaded document
| |
DeletePage |
Deletes this page from the currently loaded document.
| |
DeskewPage |
Deskews this PdfPage (relative to its current DeskewAngle).
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImportObject(String) |
Import an object to this page
| |
ImportObject(String, PdfObjectImportSettings) |
Import an object to this page
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MovePage |
Moves this PdfPage to a different location in this PdfDocument.
| |
RotatePage |
Rotates this PdfPage (relative to its current Rotation).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |