HiQPdf Documentation

HtmlElementInfoCollection Class

HiQPdf Client for .NET Core
A collection of HtmlElementInfo objects
Inheritance Hierarchy

SystemObject
  HiQPdfClientHtmlElementInfoCollection

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

public class HtmlElementInfoCollection

The HtmlElementInfoCollection type exposes the following members.

Constructors

  NameDescription
Public methodHtmlElementInfoCollection
Initializes a new instance of the HtmlElementInfoCollection class
Top
Properties

  NameDescription
Public propertyCount
The number of HtmlElementInfo objects in collection.
Public propertyItem
Returns the HtmlElementInfo object at the given index in collection
Top
Methods

  NameDescription
Public methodClear
Removes all the elements from the HTML elements info collection
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindElementByCollectID
Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML
Public methodFindElementByID
Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID
Public methodFindElementByTag
Searches a HtmlElementInfo in collection by HTML element tag name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference