向下滚动webbrowser

向下滚动webbrowser

本文介绍了向下滚动webbrowser VB.net中的pdf文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在webbrowser控件中打开了一个pdf文件,怎样才能让pdf文件向下滚动..

i尝试以下但是它会出错..



WebBrowser1.Document.Window.ScrollTo(新点(0,50))



只有当你打开一个webbrowser中的网页(我认为)

i've opened a pdf file in webbrowser control , how could i make the pdf file scroll down..
i try the following but it give an error..

WebBrowser1.Document.Window.ScrollTo(New Point(0, 50))

this only work when you open a web page in the webbrowser ( as i think )

推荐答案

这篇关于向下滚动webbrowser VB.net中的pdf文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 21:01