HtmlElementAttributesCollection Class

The collection of HTML element attributes class

Definition

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

Constructors

HtmlElementAttributesCollectionInitializes a new instance of the HtmlElementAttributesCollection class

Properties

Count Returns the number of html element attributes in collection
Item Returns the HTML element attribute at the given index from collection

Methods

AddAttribute Add a new HTML element attribute with the given name and value to collection
Clear Removes all the elements from the attributes collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Returns the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also