Gets the mapping in PDF of the HTML elements with the specified HTML tag name.
The search is case insensitive.
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
Parameters
- htmlElementTagName
- Type: SystemString
The HTML tag name of the element.
Return Value
Type: HtmlElementMappingThe mappings in PDF of the specified HTML elements or null if no element with the specified tag name was found.
See Also