Gets the mapping at the specified zero based index from collection.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public HtmlElementMapping this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( index As Integer ) As HtmlElementMapping Get |
| Visual C++ |
|---|
public: property HtmlElementMapping^ default[int index] { HtmlElementMapping^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
The zero based index of the mapping.
Return Value
Type: HtmlElementMappingThe mapping at the specified index in collection. Returns null if the index is out of collection bounds.