TemplateCollectionItem Property

Gets the template at the specified index zero base index.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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