|
| void | SetSize (double width, double height) |
| | Set the page size using custom values. More...
|
| |
| void | SetSize (PdfPageSize size, bool landscape=false) |
| | Sets the page size to one of standard types. More...
|
| |
| void | SetSize (PdfImagePage imagePage) |
| | Sets the page size to the physical size of an image. More...
|
| |
| MemoryStream | GetContentStream () |
| | Loads and consolidates page content stream(s). More...
|
| |
|
void | DeleteHiddenText () |
| | Deletes all hidden text (e.g. OCR) from the content stream. Also protects the current content with a Save/Restore pair if necessary. The stream is positioned for appends.
|
| |
| string | GetContent (int indent) |
| | Gets the content of page formatted so that a single command appears on each line. More...
|
| |
| List< PdfImagePage > | GetImages () |
| | Get all images used on this PDF page. More...
|
| |
| List< PdfForm > | GetForms () |
| | Gets a list of XObject forms used in the PDF page content stream. More...
|
| |
|
|
PdfDocument | Document [get] |
| | Parent document of the page.
|
| |
|
PdfDocument | Destination [get, set] |
| | Gets or sets the currently assigned destination document. Used when a page is being copied to a new PDF document.
|
| |
|
PdfPainter | Painter [get] |
| | A painter object used to draw on the page.
|
| |
|
double | Width [get] |
| | The width of the page in logical units.
|
| |
|
double | Height [get] |
| | The height of the page in logical units.
|
| |
|
PdfRectangle | MediaBox [get, set] |
| | Page media box rectangle.
|
| |
|
PdfRectangle | CropBox [get, set] |
| | Page crop box rectangle.
|
| |
|
int | Rotation [get, set] |
| | Page rotation angle.
|
| |
|
List< PdfFont > | Fonts [get] |
| | Gets the list of fonts used in the page content stream.
|
| |
|
PdfAnnots | Annotations [get] |
| | Gets the list of annotations for the page.
|
| |
|
bool | IsLoaded [get] |
| | Gets a value to indicate whether the page has been loaded.
|
| |
|
bool | IsSaved [get] |
| | Gets a value to indicate whether the page has been saved. A saved page cannot be altered and its attributes are not valid.
|
| |
Represents a single page in a PDF document.