Click or drag to resize
Pdf Library for .NET

PdfBookmarkOptions Class

Helps defining a set of html elements that will be associated with bookmarks in the generated pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfBookmarkOptions

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfBookmarkOptions

The PdfBookmarkOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfBookmarkOptions 
Top
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