|
HtmlToPdfOptionsHiddenWebElements Property |
Gets a reference to the object that controls the visibility of some web elements in the generated pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public HiddenWebElements HiddenWebElements { get; }
Public ReadOnly Property HiddenWebElements As HiddenWebElements
Get
Property Value
Type:
HiddenWebElementsRemarks
This property needs to be set to instruct the html to pdf converter to hide some elements from the web page and not render them in the pdf document.
The converter will not render the web elements specified by the
CssSelectors of the
HiddenWebElements property.
See Also