PdfPage Methods |
The PdfPage Class exposes the following methods.
| Name | Description | |
|---|---|---|
| addObject Method | Adds a new object to this page of the currently loaded document. | |
| cropPage Method | Crops this page in the currently loaded document. | |
| deletePage Method | Deletes this page from the currently loaded document. | |
| getHeight Method | Gets a value representing the height of this page in pixels. | |
| getObject Method | Gets an object on this page of the currently loaded document. | |
| getObjectCount Method | Gets the number of objects on this page of the currently loaded document. | |
| getPageNumber Method | Gets a value representing the number of this page (1 indexed). | |
| getRotation Method | Gets a value representing the current absolute rotation of this page in degrees. | |
| getWidth Method | Gets a value representing the width of this page in pixels. | |
| movePage Method | Moves this page to a different location in this document. | |
| rotatePage Method | Rotates this page (relative to the current rotation). |