HiQPdf Documentation

HtmlConverterBaseConvertedHtmlElementSelector Property

HiQPdf Client for .NET Core
This property can be set with a value representing the CSS selector of the HTML element to be converted. If many elements in the HTML document are selected, only the the first one will be converted. The values of the attributes in the CSS selectors are case sensitive. If this property is not set then the whole HTML document is converted

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public string ConvertedHtmlElementSelector { get; set; }

Property Value

Type: String
See Also

Reference