EVO HTML to PDF Converter

HtmlToPdfConverterRenderedHtmlElementSelector Property

EVO PDF Client for .NET Documentation
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:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public string RenderedHtmlElementSelector { get; set; }

Property Value

Type: String
See Also

Reference