HtmlElementMappingsCollectionItem Property |
Gets the mapping at the specified zero based index from collection.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic HtmlElementMapping this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As HtmlElementMapping
Get
Parameters
- index Int32
- The zero based index of the mapping.
Return Value
HtmlElementMappingThe mapping at the specified index in collection. Returns null
if the index is out of collection bounds.
See Also