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