Winnovative Logo

PdfBookmarkOptionsHtmlElementSelectors Property

Winnovative Client for .NET Core
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".

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public string[] HtmlElementSelectors { get; set; }

Property Value

Type: String
See Also

Reference