EVO HTML to PDF Converter

HtmlElementMappingsCollectionGetByIndex Method

Winnovative Client for .NET Documentation
Gets the mapping at the specified zero based index from collection.

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public HtmlElementMapping GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The zero based index of the mapping.

Return Value

Type: HtmlElementMapping
The mapping at the specified index in collection. Returns null if the index is out of collection bounds.
See Also

Reference