|
HtmlToPdfOptionsWebElementsMappingOptions 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
CssSelectors property of
WebElementsMappingOptions must be set with an array of strings containing the selectors of the HTML elements.
The positions of the HTML elements in the generated PDF document will be returned in the
Result object.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public WebElementsMappingOptions WebElementsMappingOptions { get; }
Public ReadOnly Property WebElementsMappingOptions As WebElementsMappingOptions
Get
Property Value
Type:
WebElementsMappingOptionsSee Also