Click or drag to resize
Pdf Library for .NET

PdfBookmarkOptions Properties

The PdfBookmarkOptions type exposes the following members.

Properties
  NameDescription
Public propertyCssSelectors
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".
Top
See Also