Gets a reference to the object controlling the bookmarks creation in PDF for the HTML to Image element. In order to enable creation of bookmarks you have to set the HtmlElementSelectors property of PdfBookmarkOptions class with the CSS selectors of the HTML elements you want to bookmark.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfBookmarkOptions PdfBookmarkOptions { get; }
Visual Basic
Public ReadOnly Property PdfBookmarkOptions As PdfBookmarkOptions
	Get
Visual C++
public:
property PdfBookmarkOptions^ PdfBookmarkOptions {
	PdfBookmarkOptions^ get ();
}

Property Value

Type: PdfBookmarkOptions

See Also