HiddenWebElements Class |
Namespace: SelectPdf
The HiddenWebElements type exposes the following members.
Name | Description | |
---|---|---|
HiddenWebElements |
Name | Description | |
---|---|---|
CssSelectors |
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".
|