Back to Devexpress

ASPxRichEditBookmarkSettings.DisplayBookmarksInPdfNavigationPane Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditbookmarksettings.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(PdfBookmarkDisplayMode.None)]
public override PdfBookmarkDisplayMode DisplayBookmarksInPdfNavigationPane { get; set; }
vb
<DefaultValue(PdfBookmarkDisplayMode.None)>
Public Overrides Property DisplayBookmarksInPdfNavigationPane As PdfBookmarkDisplayMode

Property Value

TypeDefaultDescription
PdfBookmarkDisplayModeNone

One of the PdfBookmarkDisplayMode values.

|

Available values:

NameDescription
None

Specifies that bookmarks contained in a document should not be displayed in the Bookmarks panel.

| | All |

Specifies that all bookmarks with references in a document should be displayed in the Bookmarks panel.

| | TocBookmarks |

Specifies that only bookmarks based on which a TOC is generated should be displayed in the Bookmarks panel.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ASPxRichEditBookmarkSettings Class

ASPxRichEditBookmarkSettings Members

DevExpress.Web.ASPxRichEdit Namespace