Get or set the CSS selector of the HTML element to be rendered to PDF by the HTML to PDF converter. If the selector selects multiple HTML elements,
only the the first one will be converted. The CSS selector is case sensitive. If this property is not set then the entire
HTML document is rendered
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string RenderedHtmlElementSelector { get; set; } |
| Visual Basic |
|---|
Public Property RenderedHtmlElementSelector As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ RenderedHtmlElementSelector {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also