arpad.szasz has asked for the wisdom of the Perl Monks concerning the following question:
Hello monks,
While printing from a wxPerl application, I'm trying to set orientation to landscape using the following code:
my $printer = Wx::Printer->new; my $print_data = Wx::PrintData->new; $print_data->SetOrientation(wxLANDSCAPE); $printer->GetPrintDialogData->SetPrintData($print_data);
Unfortunately this does not work. I appreciate any answers on how to do it properly.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Landscape printing in wxPerl
by jmlynesjr (Deacon) on Jun 27, 2013 at 23:32 UTC | |
|
Re: Landscape printing in wxPerl
by Anonymous Monk on Jun 27, 2013 at 07:22 UTC | |
by arpad.szasz (Pilgrim) on Jun 27, 2013 at 07:30 UTC | |
by Anonymous Monk on Jun 27, 2013 at 08:01 UTC | |
by Anonymous Monk on Jun 27, 2013 at 07:37 UTC |