HtmlElementInfoCollection Class

A collection of HtmlElementInfo objects

Definition

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

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
GetEnumerator Returns the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also