PdfPopupMenuKind Enum
Lists values used to specify the popup menu type available in the PDF Viewer.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Members
Name | Description | Example |
---|---|---|
Page
|
Specifies a popup menu that can be invoked by right clicking the page content of the PDF Viewer. |
|
Bookmark
|
Specifies a popup menu that can be invoked by right clicking the bookmark item in the bookmarks hierarchical tree on the Navigation pane of the PDF Viewer. |
|
Bookmark
|
Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Bookmarks panel of the PDF Viewer. |
|
Thumbnail
|
Specifies a popup menu that can be invoked by right clicking the page thumbnail on the Navigation pane of the PDF Viewer. |
|
Thumbnail
|
Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Page Thumbnails panel of the PDF Viewer. |
|
Comment
|
A pop-up menu that appears when the user clicks Options on the Comments navigation pane. |
|
Comment
|
A pop-up menu that appears when the user clicks Sort on the Comments navigation pane. |
|
Comment
|
A pop-up menu that appears when the user clicks Filter on the Comments navigation pane. |
|
Comment
|
A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane. |
|
Comment
|
A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane and selects Set Status. |
#Related API Members
The following properties accept/return PdfPopupMenuKind values:
#Remarks
Refer to the following article for information on how to customize pop-up menus: How to: Customize Popup Menus