HtmlObjectBaseConvertedHtmlElementSelector Property
This property can be set with a value representing the CSS selector of the HTML element to be converted in this HTML object.
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: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string ConvertedHtmlElementSelector { get; set; }
Public Property ConvertedHtmlElementSelector As String
Get
Set
public:
property String^ ConvertedHtmlElementSelector {
String^ get ();
void set (String^ value);
}
member ConvertedHtmlElementSelector : string with get, set
Property Value
String