TemplateCollectionItem Property |
Gets the template at the specified index zero base index.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public 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