Click or drag to resize
Pdf Library for .NET

HiddenWebElements Class

Helps defining a set of html elements that will not be displayed in the generated pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfHiddenWebElements

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class HiddenWebElements

The HiddenWebElements type exposes the following members.

Constructors
 NameDescription
Public methodHiddenWebElements 
Top
Properties
 NameDescription
Public propertyCssSelectors This property is used to define an array containing the selectors of the html elements that will not be displayed in the final pdf document. For example, the selector for all the image elements is "img", the selector for all the elements with the CSS class name 'myclass' is "*.myclass" and the selector for the elements with the id 'myid' is "*#myid".
Top
See Also