TemplateCollectionItem Property

Gets the template at the specified index zero base index.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public Template this[
	int templateIndex
] { get; }

Parameters

templateIndex  Int32

Return Value

Template
The template at the specified zero based index.

See Also