HiQPdf Documentation

HtmlElementInfoCollectionFindElementByCollectID Method

HiQPdf Client for .NET Core
Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML

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

public HtmlElementInfo FindElementByCollectID(
	string collectId
)

Parameters

collectId
Type: SystemString
The case insensitive collect ID of the element

Return Value

Type: HtmlElementInfo
The HtmlElementInfo matching the collect ID
See Also

Reference