Gets the mapping in PDF of the HTML element with the specified HTML ID.
The search is case insensitive.
Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Parameters
- htmlElementId
- Type: SystemString
The HTML ID of the element.
Return Value
Type: HtmlElementMappingThe mapping in PDF of the specified HTML element or null if no element with the specified ID was found.
See Also