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.
The mappings in PDF of the specified HTML elements or null if no element
with the specified tag name was found.