I have two printers connected, one is a laser (portrait) and the other
is a Dymo Label printer (landscape).
Whenever I print to one printer it also seems to set the other printer
to the same page orientation but I set the pageprefs to the required
orientation each time I print but the setting doesn't seem doesn't
stick.
For the label printer I tried:-
printDocument->DefaultPageSettings->Landscape = true;
end even:-
(From printDocument_PrintPage PrintPageEventArgs)
e->PageSettings->Landscape = true;
Then changed them to false for the laser printer. (Yes, I did change the
printer name.)
Even if I break to check the printer settings it looks OK but still
prints out wrong.
Any help appreciated. Thanks.
Paul
It seems printDocument doesn't like two different printers and
switching between the two. I made a dialog for the label printer with
it's own printdocument and it seems to work fine.
Paul
On 2009-08-14 11:31:58 +1000, paulfr...@optusnet.com.au (Paul