ExpertPdf Html to Pdf Converter Library
Item Property (index)
NamespacesExpertPdf.HtmlToPdfHtmlElementMappingsCollectionItem[([( Int32])])
ExpertPdf Html to Pdf Converter Library
Gets the mapping at the specified zero based index from collection.
Declaration Syntax
C#Visual BasicVisual 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);
}
Parameters
index (Int32)
The zero based index of the mapping.
Return Value
HtmlElementMapping
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)