HtmlElementInfoCollectionFindElementByID Method

Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public HtmlElementInfo FindElementByID(
	string id
)

Parameters

id  String
The case insensitive ID of the element

Return Value

HtmlElementInfo
The HtmlElementInfo matching the ID

See Also