HtmlElementMappingsCollection Class

Represents a collection of mappings of HTML elements in PDF.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class HtmlElementMappingsCollection : IEnumerable
Inheritance
Object    HtmlElementMappingsCollection
Implements
IEnumerable

Constructors

HtmlElementMappingsCollectionInitializes a new instance of the HtmlElementMappingsCollection class

Properties

Count Gets the number of HTML element mappings in this collection.
Item Gets the mapping at the specified zero based index from collection.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetElementByHtmlId Gets the mapping in PDF of the HTML element with the specified HTML ID. The search is case insensitive.
GetElementByMappingId Gets the mapping in PDF of the HTML element with the mapping ID given by the special HTML attribute data-mapping-id. The search is case insensitive.
GetElementsByTagName Gets the mapping in PDF of the HTML elements with the specified HTML tag name. The search is case insensitive.
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also