HiQPdf Documentation

HtmlElementAttributesCollectionItem Property

Quickly Create High Quality PDFs
Returns the HTML element attribute at the given index from collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public HtmlElementAttribute this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The HTML element attribute index in collection

Return Value

Type: HtmlElementAttribute
The HTML element attribute at the index or null if the index is out of bounds
See Also

Reference