Skip to main content
A newer version of this page is available. .

ASPxRichEditBookmarkSettings.DisplayBookmarksInPdfNavigationPane Property

Gets or sets a value specifying the mode for displaying bookmarks in the Bookmarks pane of PDF viewer when a document is exported to PDF.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(PdfBookmarkDisplayMode.None)]
public override PdfBookmarkDisplayMode DisplayBookmarksInPdfNavigationPane { get; set; }

Property Value

Type Default Description
PdfBookmarkDisplayMode **None**

One of the PdfBookmarkDisplayMode values.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayBookmarksInPdfNavigationPane
ASPxRichEditSettings
.Bookmarks .DisplayBookmarksInPdfNavigationPane

Remarks

The DisplayBookmarksInPdfNavigationPane property allows you to display hyperlinks in document bookmarks in the Bookmarks navigation pane of the PDF viewer.

The Bookmarks navigation pane does not display the Bookmark.name, but the text contained in the bookmarked range.

See Also