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 attempt to free resources and perform other cleanup operations before the Object 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.
| |
| 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.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| 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.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| TemplateCollection | |