Click or drag to resize

TemplateCollectionItem Property

Gets the template at the specified index zero base index.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public Template this[
	int templateIndex
] { get; }

Parameters

templateIndex  Int32

Return Value

Template
The template at the specified zero based index.
See Also