TemplateCollectionItem Property |
Gets the template at the specified index zero base index.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Template this[
int templateIndex
] { get; }Public ReadOnly Default Property Item (
templateIndex As Integer
) As Template
Get
Parameters
- templateIndex Int32
Return Value
TemplateThe template at the specified zero based index.
See Also