| PdfPage Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: RadPdf.Data.Document.Pages
 Syntax
SyntaxThe PdfPage type exposes the following members.
 Properties
Properties| 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).
             | 
 Methods
Methods| 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 | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(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
             | 
|  | 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.) | 
 See Also
See Also