EVO HTML to PDF Converter

HtmlElementMappingsCollectionGetElementByMappingId Method

EVO PDF Client for .NET Documentation
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:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public HtmlElementMapping GetElementByMappingId(
	string mappingId
)

Parameters

mappingId
Type: SystemString
The mapping ID of the element given by the data-mapping-id HTML attribute

Return Value

Type: HtmlElementMapping
The mapping in PDF of the specified HTML element or null if no element with the specified mapping ID was found
See Also

Reference