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!
In reply to Landscape printing in wxPerl by arpad.szasz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |