Click or drag to resize

HtmlElementMappingsCollection Class

Represents a collection of mappings of HTML elements in PDF.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfHtmlElementMappingsCollection

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public class HtmlElementMappingsCollection : IEnumerable

The HtmlElementMappingsCollection type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCount Gets the number of mappings in collection.
Public propertyItem Gets the mapping at the specified zero based index from collection.
Top
Methods
 NameDescription
Public methodGetElementByHtmlId Gets the mapping in PDF of the HTML element with the specified HTML 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 methodGetEnumerator Gets the collection enumerator
Top
See Also