PdfPage Class |
Namespace: ExpertPdf.PdfCreator
The PdfPage type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientRectangle |
Gets the drawable area of the renderer. The margins, document header and footer are excluded.
(Inherited from ElementsRenderer.) | |
| CustomFooterTemplate |
Represents the custom footer template for the page. It will replace the document footer template
on this page.
| |
| CustomHeaderTemplate |
Represents the custom header template for the page. It will replace the document header template
on this page.
| |
| CustomLeftTemplate |
Represents the custom left template for the page. It will replace the document left template
on this page.
| |
| CustomRightTemplate |
Represents the custom right template for the page. It will replace the document right template
on this page.
| |
| Document |
The parent document of this page.
| |
| Margins |
Gets the page margins in points.
| |
| Orientation |
The PDF page orientation.
| |
| PageIndex |
The page index in pages collection.
| |
| PageSize |
Gets the PDF page size in points.
| |
| RotationAngle |
The PDF page rotation angle.
| |
| ShowFooterTemplate |
Show footer on this page.
| |
| ShowHeaderTemplate |
Show header on this page.
| |
| ShowLeftTemplate |
Show document left template on this page.
| |
| ShowRightTemplate |
Show document right template on this page.
|
| Name | Description | |
|---|---|---|
| AddElement |
Add the specified element to this page.
(Overrides ElementsRendererAddElement(PageElement).) | |
| MeasureString |
Measures the size of the specified string when rendered with the specified font.
(Inherited from ElementsRenderer.) |