ExpertPdf Html to Pdf Converter Library
HtmlElementSelectors Property
NamespacesExpertPdf.HtmlToPdfPdfBookmarkOptionsHtmlElementSelectors
ExpertPdf Html to Pdf Converter Library
Gets or sets the selectors of the HTML elements to be bookmarked. For example, the selector for all the H1 elements is "H1", the selector for all the elements with the CSS class name 'myclass' is "*.myclass" and the selector for the elements with the id 'myid' is "*#myid". Note: This is used only by the WebKit rendering engine.
Declaration Syntax
C#Visual BasicVisual C++
public string[] HtmlElementSelectors { get; set; }
Public Property HtmlElementSelectors As String()
	Get
	Set
public:
property array<String^>^ HtmlElementSelectors {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
Property Value
array<String>[]()[][]

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)