Rank: Advanced Member Groups: Member
Joined: 1/15/2015 Posts: 48
|
This is very urgent for us.
It seems that version 2016.1.4 of EO.WebBrowser has new issues with default PaperSource settings while printing.
using System.Drawing.Printing; PrinterSettings ps = new PrinterSettings(); ps.Copies = 2; webView1.Print(ps);
This code used to print to the correct default PaperSource with older versions, but now it seems it is selecting some non-default PaperSource causing the prints to go to incorrect printer trays.
Any help is appreciated.
|
Rank: Advanced Member Groups: Member
Joined: 1/15/2015 Posts: 48
|
This may be solved with the latest version 2016.1.54 - still doing tests. Some insight is still appreciated.
|