Click or drag to resize
Pdf Library for .NET

PdfTemplateCollectionItem Property

Gets or sets the template at the specified zero based index in the templates collection.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfTemplate this[
	int index
] { get; }

Parameters

index  Int32
The zero based template index in the pdf templates collection.

Return Value

PdfTemplate
The pdf template at the specified index.
See Also