HtmlObjectBaseSelectedHtmlElements Property
An array of HTML CSS selectors to select the HTML elements for which to retrieve detailed information in
SelectedHtmlElementsInfo collection exposed by
ConversionInfo
property in this HTML object
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string[] SelectedHtmlElements { get; set; }
Public Property SelectedHtmlElements As String()
Get
Set
public:
property array<String^>^ SelectedHtmlElements {
array<String^>^ get ();
void set (array<String^>^ value);
}
member SelectedHtmlElements : string[] with get, set
Property Value
String