ExpertPdf Html to Pdf Converter Library
GetElementByHtmlId Method (htmlElementId)
NamespacesExpertPdf.HtmlToPdfHtmlElementMappingsCollectionGetElementByHtmlId(String)
ExpertPdf Html to Pdf Converter Library
Gets the mapping in PDF of the HTML element with the specified HTML ID. The search is case insensitive.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlElementMapping GetElementByHtmlId(
	string htmlElementId
)
Public Function GetElementByHtmlId ( 
	htmlElementId As String
) As HtmlElementMapping
public:
HtmlElementMapping^ GetElementByHtmlId(
	String^ htmlElementId
)
Parameters
htmlElementId (String)
The HTML ID of the element.
Return Value
HtmlElementMapping
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)