Winnovative PDF Creator Library for .NET
Item Property (index)
NamespacesWinnovative.PdfCreatorHtmlElementMappingsCollectionItem[([( Int32])])
Winnovative PDF Creator Library for .NET
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
The mapping at the specified index in collection. Returns null if the index is out of collection bounds.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)