TemplateCollectionItem Property
Gets the template at the specified index zero base index.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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.