HtmlElementMappingsCollectionItem Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public HtmlElementMapping this[
	int index
] { get; }

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.

See Also