EVO HTML to PDF Converter

HtmlToPdfElementHtmlElementsMappingOptions Property

EVO PDF Client for .NET Documentation
Gets a reference to the object that can be used to obtain the position in PDF of the HTML elements rendered by the HTML to PDF element. In order to retrieve the position in PDF for a list of HTML elements, the HtmlElementSelectors property of HtmlElementsMappingOptions class must be set with an array of strings containing the CSS selectors of the HTML elements you want to map. The positions of the HTML elements in the generated PDF document will be returned in the HtmlElementsMappingResult object after the element was added to the page.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public HtmlElementsMappingOptions HtmlElementsMappingOptions { get; }

Property Value

Type: HtmlElementsMappingOptions
See Also

Reference