Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to display bookmark names in the Bookmarks pane of PDF Viewer for a document exported to PDF

$
0
0
This example demonstrates how to create a service that implements the DevExpress.XtraRichEdit.Services.ILinkUpdater interface to change titles used to display document bookmarks in the Bookmarks pane of PDF Viewer after a document is exported to PDF. 
By default, when the BookmarkOptions.DisplayBookmarksInPdfNavigationPane property is set to All or TocBookmarks, the Bookmarks pane displays not a name of a bookmark but the first 512 symbols of text to which the bookmark is assigned. To change this default behavior and display bookmark names in the Bookmarks pane, implement the ResolveBookmarkTitle method of the ILinkUpdater interface.

Viewing all articles
Browse latest Browse all 7205

Trending Articles