HtmlElementInfoCollection Class

Represents a collection of HTML elements and provides lookup functionality

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public class HtmlElementInfoCollection
Inheritance
Object    HtmlElementInfoCollection

Constructors

HtmlElementInfoCollectionInitializes a new instance of the HtmlElementInfoCollection class

Properties

Elements Gets all collected HTML elements

Methods

Add Adds an HTML element to the collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FindByClass Finds all elements that contain the specified CSS class
FindById Finds all elements with the specified ID
FindByTagName Finds all elements with the specified HTML tag name
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also