|
|
|
Pdf
|
|
The PdfTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| Anchoring | Gets or sets the template anchoring settings inside the pdf page. | |
| Background | Controls whether the template is rendered behind the page main content or not. | |
| Bounds | Gets or sets the template bounds rectangle. | |
| ClientRectangle |
Gets the drawable area of the canvas. The margins, pdf document header and footer are excluded.
(Inherited from PdfCanvas) | |
| DisplayOnEvenPages | Controls the visibility of the template on the even numbered pages of the pdf document. | |
| DisplayOnFirstPage | Controls the visibility of the template on the first page of the generated pdf document. | |
| DisplayOnOddPages | Controls the visibility of the template on the odd numbered pages of the pdf document. | |
| Docking | Gets or sets the template docking style inside the pdf page. | |
| FirstPageNumber | Controls the page number for the first page being rendered. | |
| Foreground | Controls whether the template is rendered in front of the page main content or not. | |
| Height | Gets or sets the height for a custom template. | |
| LFN | Internal use only. | |
| TotalPagesOffset | Controls the total number of pages offset in the pdf document. | |
| Width | Gets or sets the width for a custom template. |
| Name | Description | |
|---|---|---|
| Add |
Adds a pdf element to the template.
(Overrides PdfCanvasAdd(PdfPageElement)) | |
| MeasureString |
Measures the size of the specified string when rendered with the specified font.
(Inherited from PdfCanvas) |