|  | 
| 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: 24.1
 Syntax
Syntaxpublic HiddenWebElements HiddenWebElements { get; }Public ReadOnly Property HiddenWebElements As HiddenWebElements
	Get
Property Value
Type: 
HiddenWebElements Remarks
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
See Also