ExpertPdf PDF Creator Library
TemplateCollection Class
NamespacesExpertPdf.PdfCreatorTemplateCollection
ExpertPdf PDF Creator Library
The PDF document templates. A document template is repeated on each page of the document.
Declaration Syntax
C#Visual BasicVisual C++
public class TemplateCollection
Public Class TemplateCollection
public ref class TemplateCollection
Members
All MembersMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.

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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TemplateCollection

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)