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.Pdf (in Select.Pdf.dll) Version: 20.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