HtmlElementInfoCollectionItem Property

Returns the HtmlElementInfo object at the given index in collection

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public HtmlElementInfo this[
	int index
] { get; }

Parameters

index  Int32
The index in collection

Return Value

HtmlElementInfo
The HtmlElementInfo object at the given index in collection

See Also