HtmlElementInfoCollectionFindElementByCollectID Method
Searches a
HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public HtmlElementInfo FindElementByCollectID(
string collectId
)
Public Function FindElementByCollectID (
collectId As String
) As HtmlElementInfo
public:
HtmlElementInfo^ FindElementByCollectID(
String^ collectId
)
member FindElementByCollectID :
collectId : string -> HtmlElementInfo
- collectId String
- The case insensitive collect ID of the element
HtmlElementInfoThe
HtmlElementInfo matching the collect ID