|  | 
| 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: 24.1
 Syntax
Syntaxpublic PdfBookmarkOptions PdfBookmarkOptions { get; }Public ReadOnly Property PdfBookmarkOptions As PdfBookmarkOptions
	Get
Property Value
Type: 
PdfBookmarkOptions Remarks
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
See Also