TemplateCollection Class |
Namespace: ExpertPdf.PdfCreator
The TemplateCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
The number of templates in collection.
|
![]() | FooterTemplate |
Represents the default PDF document footer template. This footer is automatically considered
when calculating the available space for rendering in a PDF page. This template is automatically
docked to the bottom of the PDF page.
|
![]() | HeaderTemplate |
Represents the default PDF document header template. This header is automatically considered
when calculating the available space for drawing in a PDF page. This template is automatically
docked to the top of the PDF page.
|
![]() | Item |
Gets the template at the specified index zero base index.
|
![]() | LeftTemplate |
Represents the default PDF document left template. This left template is automatically considered
when calculating the available space for rendering in a PDF page. This template is automatically
docked to the left side of the PDF page.
|
![]() | RightTemplate |
Represents the default PDF document right template. This right template is automatically considered
when calculating the available space for rendering in a PDF page. This template is automatically
docked to the right side of the PDF page.
|
Name | Description | |
---|---|---|
![]() | AddNewTemplate(RectangleF) |
Add a new template with the specified bounds to the document templates collection.
|
![]() | AddNewTemplate(Single, Single) |
Add a new template with the specified width and height to the document templates collection.
The template location is top left corner of the page.
|
![]() | GetEnumerator |
Gets the collection enumerator.
|