Click or drag to resize
Pdf Library for .NET

HiddenWebElements Properties

The HiddenWebElements type exposes the following members.

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