HiQPdf Documentation

HtmlElementInfoCollectionItem Property

HiQPdf Client for .NET Core
Returns the HtmlElementInfo object at the given index in collection

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HtmlElementInfo this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index in collection

Return Value

Type: HtmlElementInfo
The HtmlElementInfo object at the given index in collection
See Also

Reference