Rank: Newbie Groups: Member
Joined: 2/19/2014 Posts: 3
|
Hi everybody,
I have a problem with the printing method on my WebBrowser and I didn't succeed to find a solution. In my XAML, I have a button that launch the Webview.Print() method (it can be a pdf, a web page, anything).
When the user click on the button, I would want to only print the current page, but it always print every pages. I tried to use PrinterSettings with a PrintRange set on CurrentPage, but it's not working. I could try to make a capture of the WebView then print it but I don't think it would be optimal.
I you have a solution, I will appreciate it :-)
Thank in advance for the help
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Thanks for posting in the forum. I do not think this is supported in the current version. We will look into it and see if we can support it. If we have an update we will reply here again.
|