Page 1 of 1
Print in Landscape mode
Posted: Fri Aug 10, 2012 10:53 pm
by WilliamL
I've noticed that I don't get the option in the print dialog for printing in landscape/portrait mode. Any idea of how to make this work?
Re: Print in Landscape mode
Posted: Sat Aug 11, 2012 5:42 am
by wilbert
For Cocoa, a print operation (NSPrintOperation) has a property named printPanel that controls the print panel. printPanel itself has a method setOptions: .
When setting a value of 0x2011f everything will be shown but it's up to Fred to choose what options he wants to be there. I don't think we can access the print operation object before the operation is run to make changes.
Re: Print in Landscape mode
Posted: Sat Aug 11, 2012 10:59 am
by Fred
I added the orientation option and page size option
Re: Print in Landscape mode
Posted: Fri Nov 17, 2023 9:27 pm
by victorprogra
Fred wrote: Sat Aug 11, 2012 10:59 am
I added the orientation option and page size option
Hello,
Using macOS PureBasic 6.0.3 LTS how can I get the values of the choices the user makes in respect to orientation and page size option when using PrintRequester()?