Click or drag to resize
Pdf Library for .NET

PdfHtmlElementPdfBookmarkOptions Property

Gets a reference to the object that controls the bookmarks creation for the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfBookmarkOptions PdfBookmarkOptions { get; }

Property Value

Type: PdfBookmarkOptions
Remarks
This property needs to be set to instruct the html to pdf converter to automatically generate some bookmarks in the pdf document. The converter will create bookmarks for the web elements specified by the CssSelectors of the PdfBookmarkOptions property.
See Also