The PDF document templates. A document template is repeated on each page
of the document.
| C# | Visual Basic | Visual C++ |
public class TemplateCollection
Public Class TemplateCollection
public ref class TemplateCollection
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
| |
| AddNewTemplate(RectangleF) |
Add a new template with the specified bounds to the document templates collection.
| |
| Count |
The number of templates in collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.
| |
| GetEnumerator()()()() |
Gets the collection enumerator.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| 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[([( Int32])]) |
Gets the template at the specified index zero base index.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| TemplateCollection | |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)