Click or drag to resize

PdfConverterPdfBookmarkOptions Property

Gets a reference to the object controlling the bookmarks creation for the rendered PDF document. In order to enable creation of bookmarks you have to set the TagNames property of PdfBookmarkOptions with the names of the HTML tags you want to bookmark.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfBookmarkOptions PdfBookmarkOptions { get; }

Property Value

Type: PdfBookmarkOptions
See Also