HtmlToPdfElementHtmlElementsMappingOptions Property |
Gets a reference to the object controlling the retrieval of HTML elements position in the generated PDF.
In order to retrieve the position in PDF for a list of HTML elements, the HtmlElementIds and HtmlTagNames properties of
HtmlElementsMappingOptions must be set with an array of strings containing the HTML IDs and tag names of the HTML elements.
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:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public HtmlElementsMappingOptions HtmlElementsMappingOptions { get; }
Public ReadOnly Property HtmlElementsMappingOptions As HtmlElementsMappingOptions
Get
Property Value
Type:
HtmlElementsMappingOptionsSee Also