I currently use this to open a PDF file in a webbrowser
vb Code:
  1. WebBrowser1.Navigate(ofd.FileName & "#toolbar=1")

How can i grab the "zoom value" and place in a variable once the above has run?


I know how to set the zoom value but dont know were to start to actually put the value in a variable..
vb Code:
  1. WebBrowser1.Navigate(ofd.FileName & "#toolbar=1&zoom=100")


thx
toe