ExpertPdf Html to Pdf Converter Library
HtmlElementsMappingOptions Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementHtmlElementsMappingOptions
ExpertPdf Html to Pdf Converter Library
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 property of HtmlElementsMappingOptions must be set with an array of strings containing the HTML IDs 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.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlElementsMappingOptions HtmlElementsMappingOptions { get; }
Public ReadOnly Property HtmlElementsMappingOptions As HtmlElementsMappingOptions
	Get
public:
property HtmlElementsMappingOptions^ HtmlElementsMappingOptions {
	HtmlElementsMappingOptions^ get ();
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)