本文介绍了如何使用vb.net在pdf xchange viewer中启用顶部的所有工具栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi




我想在查看器顶部显示工具栏,现在显示右键单击。我使用pdf xchange viewer。





例如:

致电pdfviewer.SetDevInfo(xxxx-xxxx -xxxx-xxxx-xxxx-xxxx,PDFX3 $ Henry $ 300604_Allnuts)

pdfviewer.OpenDocument(System.Windows.Forms.Application.StartupPath +\ blank page.pdf)

pdfviewer.CloseAllDocuments()





这样我右键单击页面时在查看器中显示空白页面它显示像手动工具,缩放工具这样的工具。我希望这个工具显示在查看器的顶部。

解决方案



hi

I want to show the toolbar at top of viewer,now it show right click. i use pdf xchange viewer.


for example:
Call pdfviewer.SetDevInfo("xxxx-xxxx-xxxx-xxxx-xxxx-xxxx", "PDFX3$Henry$300604_Allnuts")
pdfviewer.OpenDocument(System.Windows.Forms.Application.StartupPath + "\blank page.pdf")
pdfviewer.CloseAllDocuments()


this way i show blank page in viewer when i right click the page it show tool like"hand tool,zoom tool". I want the this tool display at top of the viewer.

解决方案



这篇关于如何使用vb.net在pdf xchange viewer中启用顶部的所有工具栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 03:51