I'm using WebBrowser
to show PDF
files.
<WebBrowser x:Name="Browser"/>
Browser.Navigate("C:\\Foo.pdf#page=2&view=Fit&toolbar=0&scrollbar=0");
By setting startup parameters (see here: https://stackoverflow.com/a/4516157/6229375) it is possible to change the layout of the adobe reader plugin
.
It is possible to ineract with the plugin after it has been loaded in the WebBrowser
? For example jump to page x?!
The user has to change the pages by tap left or right (on screen). When using Page down or Page up I have two problems:
- The user has no
Keyboard
. Only a touch monitor - The page does not fit exactly anymore after some page changes
Adobe Parameter list: