Click or drag to resize
Pdf Library for .NET

PdfBookmarkOptionsCssSelectors Property

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:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public string[] CssSelectors { get; set; }

Property Value

Type: String
See Also