Back to Devexpress

PdfBookmarkDisplayMode Enum

officefileapi-devexpress-dot-xtrarichedit-56836bc5.md

latest2.6 KB
Original Source

PdfBookmarkDisplayMode Enum

Lists values used to specify what bookmarks of a document exported to PDF should appear in the PDF Viewer’s Bookmarks panel.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum PdfBookmarkDisplayMode
vb
Public Enum PdfBookmarkDisplayMode

Members

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.

|

The following properties accept/return PdfBookmarkDisplayMode values:

LibraryRelated API Members
WPF ControlsDXRichEditBookmarkOptions.DisplayBookmarksInPdfNavigationPane
Office File APIBookmarkOptions.DisplayBookmarksInPdfNavigationPane
ASP.NET Web Forms ControlsASPxRichEditBookmarkSettings.DisplayBookmarksInPdfNavigationPane

Remarks

Values listed by this enumeration are used by the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property.

Tip

Specify the DisplayUnreferencedPdfBookmarks property to include bookmarks without references in the Bookmarks panel. When the DisplayUnreferencedPdfBookmarks is set to true, the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property controls the unreferenced bookmarks’ visibility.

See Also

DevExpress.XtraRichEdit Namespace