Print in Landscape mode
Print in Landscape mode
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?
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Re: Print in Landscape mode
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.
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
I added the orientation option and page size option
-
- User
- Posts: 24
- Joined: Wed Jul 06, 2022 3:49 pm
Re: Print in Landscape mode
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()?