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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfTemplate this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero based template index in the pdf templates collection.

Return Value

Type: PdfTemplate
The pdf template at the specified index.
See Also