Hello,
I prevented popup Menu in pdf viewer. But when Right-click on bookmarks navigation pane, I found print in popup menu !!! ( See attached pic).
How can i prevent it ?
Thanks.
Hello,
I prevented popup Menu in pdf viewer. But when Right-click on bookmarks navigation pane, I found print in popup menu !!! ( See attached pic).
How can i prevent it ?
Thanks.
We have implemented the functionality described in this ticket. It will be included in our next update(s).
Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.
A context menu shown for the navigation pane can be customized in the PdfViewer.PopupMenuShowing event. To access the menu, use the ItemLinks property, which has been introduced instead of the PdfPopupMenuShowingEventArgs.Menu property.
Note that PdfPopupMenuShowingEventArgs.Menu property returns null in some cases when the PopupMenuShowing event is raised for outlines (see BC3129 - The PopupMenuShowing event behavior has been changed). To avoid this issue, use the ItemLinks property instead.
You can also obtain the current popup menu type shown for the PDF Viewer using the PdfPopupMenuShowingEventArgs.PdfPopupMenuKind property. This property can return one of the PdfPopupMenuKind enumeration values: PageContent, BookmarkTree, and BookmarkOptions.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Mahmoud,
At the moment, there is no straightforward approach to customize a context menu shown for the navigation pane. I believe it would be better to have an event in which this menu can be customized.
I have passed this ticket to our developers. We will update the thread once we have any results.
Thanks.
I'm waiting for any updates.
Any solution yet ?
Hello Mahmoud,
We have not yet decided in what exact version of our PDF Viewer the mentioned feature will be introduced, that is why I cannot provide you with any time frames regarding this feature.
We have a lot of other tasks which precede the current one. However, we do not reject this feature and keep it on our radar.
We will update the status of this ticket once we have any results. Please stay tuned to our announcements.
Thanks
Waiting :).
I have this problem too.
When trying change bookmarks menu, I can't !!
I'm using PDF Viewer 15.1.6
Hello,
This feature is not implemented yet. We will consider adding it in future major releases of PdfViewer. We will update this thread with implementation details once this functionality is introduced. Please bear with us.