HtmlElementInfoCollectionFindById Method

Finds all elements with the specified ID

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.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