HtmlToPdfElementRenderedHtmlElementSelector Property
            Get or set the CSS selector of the HTML element to be rendered by the HTML to PDF element 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: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public string RenderedHtmlElementSelector { get; set; }
Public Property RenderedHtmlElementSelector As String
	Get
	Set
Property Value
String