Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser Printing PaperSource Issue Options
KSystems
Posted: Thursday, August 4, 2016 4:45:08 PM
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.

KSystems
Posted: Thursday, August 4, 2016 7:15:24 PM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.