printPaperOrientation | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports the rotation of a printed page. | ||||||
Introduced | 2.9 | ||||||
OS | mac, windows, linux, ios | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: open printing, answer printer Property: printRowsFirst | ||||||
Security | printing | ||||||
Description | Use the printPaperOrientation to rotate the printed output to the desired orientation on the page. Attempting to set the printPaperOrientation to an invalid value will result in a script execution error. To have an effect, this property must be set before calling open printing. *Cross-platform note:* The reverse options are not supported on Windows. When used Windows will revert these options to their non-reverse counterparts. | ||||||
Tags | printing |