Click or drag to resize
Pdf Library for .NET

PdfHtmlElementHiddenWebElements 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; }

Property Value

Type: HiddenWebElements
Remarks
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