HtmlElementMappingsCollectionGetElementByMappingId Method
Gets the mapping in PDF of the HTML element with the mapping ID given by the special HTML attribute data-mapping-id.
The search is case insensitive.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public HtmlElementMapping GetElementByMappingId(
string mappingId
)
Public Function GetElementByMappingId (
mappingId As String
) As HtmlElementMapping
- mappingId String
- The mapping ID of the element given by the data-mapping-id HTML attribute
HtmlElementMappingThe mapping in PDF of the specified HTML element or null if no element
with the specified mapping ID was found