Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

dotnet printing on two printers

0 views
Skip to first unread message

Paul Fredlein

unread,
Aug 13, 2009, 9:31:58 PM8/13/09
to
Hi,

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

paul

unread,
Aug 15, 2009, 3:56:33 AM8/15/09
to
Hi,

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

0 new messages