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.

HtmlElementMapping
The mapping in PDF of the specified HTML element or null if no element with the specified ID was found.
The mapping in PDF of the specified HTML element or null if no element with the specified ID was found.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)