Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这里,我想在 c#.net 中使用 vScrollBar 滚动 pdf 文档。我已经在 axAcroPDF 中显示了 pdf 文档。我想使用 windows 窗体控件(vScrollBar)向下和向上滚动。我该怎么做请回答任何人。
您可以使用以下代码:
axAcroPDF1.setViewScroll("FitH", scrollbarValue);
只需将 scrollbarValue 替换为您的自定义滚动条的值