HtmlElementInfoCollection Class

A collection of HtmlElementInfo objects

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HtmlElementInfoCollection
Inheritance
Object    HtmlElementInfoCollection

Constructors

HtmlElementInfoCollectionInitializes a new instance of the HtmlElementInfoCollection class

Properties

Count The number of HtmlElementInfo objects in collection.
Item Returns the HtmlElementInfo object at the given index in collection

Methods

Clear Removes all the elements from the HTML elements info collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FindElementByCollectID Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML
FindElementByID Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID
FindElementByTag Searches a HtmlElementInfo in collection by HTML element tag name
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also