HiQPdf Documentation

HtmlElementInfoCollectionItem Property

Quickly Create High Quality PDFs
Returns the HtmlElementInfo object at the given index in collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.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