HtmlElementAttributesCollectionItem Property

Returns the HTML element attribute at the given index from collection

Definition

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

Parameters

index  Int32
The HTML element attribute index in collection

Return Value

HtmlElementAttribute
The HTML element attribute at the index or null if the index is out of bounds

See Also