Gets the mapping in PDF of the HTML element with the specified HTML ID.
The search is case insensitive.
| C# | Visual Basic | Visual C++ |
public HtmlElementMapping GetElementByHtmlId( string htmlElementId )
Public Function GetElementByHtmlId ( _ htmlElementId As String _ ) As HtmlElementMapping
public: HtmlElementMapping^ GetElementByHtmlId( String^ htmlElementId )
- htmlElementId (String)
- The HTML ID of the element.
The mapping in PDF of the specified HTML element or null if no element
with the specified ID was found.