ExpertPdf Html to Pdf Converter Library
HtmlElementsMappingOptions Property
NamespacesExpertPdf.HtmlToPdfPdfConverterHtmlElementsMappingOptions
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 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.
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)