Gets the mapping in PDF of the HTML elements with the specified HTML tag name.
The search is case insensitive.

C# | Visual Basic | Visual C++ |
public HtmlElementMapping[] GetElementsByTagName( string htmlElementTagName )
Public Function GetElementsByTagName ( htmlElementTagName As String ) As HtmlElementMapping()
public: array<HtmlElementMapping^>^ GetElementsByTagName( String^ htmlElementTagName )

- htmlElementTagName (String)
- The HTML tag name of the element.

array<HtmlElementMapping>[]()[][]
The mappings in PDF of the specified HTML elements or null if no element with the specified tag name was found.
The mappings in PDF of the specified HTML elements or null if no element with the specified tag name was found.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)