Gets the mapping at the specified zero based index from collection.

C# | Visual Basic | Visual C++ |
public HtmlElementMapping this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As HtmlElementMapping Get
public: property HtmlElementMapping^ default[int index] { HtmlElementMapping^ get (int index); }

- index (Int32)
- The zero based index of the mapping.

HtmlElementMapping
The mapping at the specified index in collection. Returns null if the index is out of collection bounds.
The mapping at the specified index in collection. Returns null if the index is out of collection bounds.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)