TemplateCollectionItem Property
Gets the template at the specified index zero base index.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public Template this[
int templateIndex
] { get; }
Public ReadOnly Default Property Item (
templateIndex As Integer
) As Template
Get
- templateIndex Int32
TemplateThe template at the specified zero based index.