HtmlElementInfoCollectionFindById Method

Finds all elements with the specified ID

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public List<HtmlElementInfo> FindById(
	string id
)

Parameters

id  String
The ID to search for

Return Value

ListHtmlElementInfo
A list of matching elements

See Also