HiQPdf Documentation

HtmlElementInfoCollectionFindElementByID Method

HiQPdf Client for .NET Core
Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID

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

public HtmlElementInfo FindElementByID(
	string id
)

Parameters

id
Type: SystemString
The case insensitive ID of the element

Return Value

Type: HtmlElementInfo
The HtmlElementInfo matching the ID
See Also

Reference