Gets the template at the specified index zero base index.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Template this[ int templateIndex ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( templateIndex As Integer ) As Template Get |
| Visual C++ |
|---|
public: property Template^ default[int templateIndex] { Template^ get (int templateIndex); } |
Parameters
- templateIndex
- Type: System..::..Int32
Return Value
Type: TemplateThe template at the specified zero based index.