HtmlElementMappingsCollection Class

Represents a collection of mappings of HTML elements in PDF

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public class HtmlElementMappingsCollection
Inheritance
Object    HtmlElementMappingsCollection

Constructors

HtmlElementMappingsCollectionInitializes a new instance of the HtmlElementMappingsCollection class

Properties

Count Gets the number of HTML element mappings in this collection.

Methods

EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetByIndex Gets the mapping at the specified zero based index from collection.
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.
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also