|
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; }
Public ReadOnly Property PdfBookmarkOptions As PdfBookmarkOptions
Get
Property Value
Type:
PdfBookmarkOptionsRemarks
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