EVO HTML to PDF Converter

HtmlElementMappingsCollection Class

EVO PDF Client for .NET Documentation
Represents a collection of mappings of HTML elements in PDF
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientHtmlElementMappingsCollection

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class HtmlElementMappingsCollection

The HtmlElementMappingsCollection type exposes the following members.

Constructors

  NameDescription
Public methodHtmlElementMappingsCollection
Initializes a new instance of the HtmlElementMappingsCollection class
Top
Properties

  NameDescription
Public propertyCount
Gets the number of HTML element mappings in this collection.
Top
Methods

  NameDescription
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 methodGetByIndex
Gets the mapping at the specified zero based index from collection.
Public methodGetElementByHtmlId
Gets the mapping in PDF of the HTML element with the specified HTML ID. The search is case insensitive.
Public methodGetElementByMappingId
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.
Public methodGetElementsByTagName
Gets the mapping in PDF of the HTML elements with the specified HTML tag name. The search is case insensitive.
Public methodGetHashCode
Serves as a hash function for a particular type.
(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