PdfTemplateCollection Class |
Namespace: SelectPdf
The PdfTemplateCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of templates in pdf templates collection.
| |
Footer |
Represents the default pdf document footer template.
| |
Header |
Represents the default pdf document header template.
| |
Item |
Gets or sets the template at the specified zero based index in the templates collection.
|
Name | Description | |
---|---|---|
Add(RectangleF) |
Adds a new template with the specified bounds to the pdf document templates collection.
| |
Add(Single, Single) |
Adds a new template with the specified width and height to the pdf document templates collection.
| |
GetEnumerator |
Gets the collection enumerator.
|