启用“选择工具”;在 PDF 查看器中以编程方式
我正在尝试在 .Net/C# (Winforms) 中以编程方式启用 PDF 文件中的字幕缩放
有很多关于如何使用 PDF 查看器(和 Webform)显示 PDF 的文章。我的问题是如何启用选择工具(选择工具、选框缩放和手动工具)。请参考下图。
我能够使用 AxAcroPDFLib.AxAcroPDF
在 Winform 中成功加载 PDF
I am trying to enable Marquee zoom in PDF file programmatically in .Net/C# (Winforms)
There are many articles about how to display PDF using PDF viewer (and webform). My question is how to enable selecting tools (select tool, Marquee zoom and hand tool). Refer below picture for reference.
I am able to successfully load PDF in Winform using AxAcroPDFLib.AxAcroPDF
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此 AxAcroPDFLib.AxAcroPDF 指南这是不可能的。唯一可用的功能是显示和打印文件,而不是与包含的应用程序交互(例如第 263 页的 setZoom 方法)。
According to this AxAcroPDFLib.AxAcroPDF guide it is not possible. The only available functions are to display and print the file, not interacting with the containing application (e.g. the setZoom method at page 263).