The PdfPage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddElement |
Add the given PDF element to this PDF page
(Overrides ElementsRenderer..::..AddElement(PageElement).) | |
| AddFooterTemplate |
Creates a template with the specified height and automatically set the Footer property
of this page with the created template.
| |
| AddHeaderTemplate |
Creates a template with the specified height and automatically set the Header property
of this page with the created template.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ClientRectangle |
Gets the drawable area of the renderer. The margins, document header and footer are excluded.
(Inherited from ElementsRenderer.) | |
| Document |
The parent PDF document of this page
| |
| Footer |
Represents the custom footer template for the page. It will replace the document footer template
on this page.
| |
| Header |
Represents the custom header template for the page. It will replace the document header template
on this page.
| |
| Index |
The index of this page in the parent PDF document
| |
| Margins |
Gets the page margins
| |
| Orientation |
The PDF page orientation
| |
| PageIndex |
The page index in pages collection
| |
| PageSize |
Gets the size in points of this PDF page.
| |
| ParentDocument |
The parent document of this renderer
(Inherited from ElementsRenderer.) | |
| RotationAngle |
Gets or sets the PDF page rotation angle
| |
| ShowFooter |
Gets or sets a flag indicating if the footer is displayed on this PDF page
| |
| ShowHeader |
Gets or sets a flag indicating if the header is displayed on this PDF page
|