Click or drag to resize
Pdf Library for .NET

PdfTemplateCollection Class

Represents the collection of pages in a pdf document. A pdf template is repeated on each page of the pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfTemplateCollection

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfTemplateCollection

The PdfTemplateCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of templates in pdf templates collection.
Public propertyFooter
Represents the default pdf document footer template.
Public propertyHeader
Represents the default pdf document header template.
Public propertyItem
Gets or sets the template at the specified zero based index in the templates collection.
Top
Methods
  NameDescription
Public methodAdd(RectangleF)
Adds a new template with the specified bounds to the pdf document templates collection.
Public methodAdd(Single, Single)
Adds a new template with the specified width and height to the pdf document templates collection.
Public methodGetEnumerator
Gets the collection enumerator.
Top
See Also