printDuplex | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports whether the next print job should print double sided. | ||||||
Introduced | 2.9 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: print, open printing Property: printCollate, printerFeatures | ||||||
Security | printing | ||||||
Description | Use the printDuplex property to print double-sided. If "duplex" is not among the items of the printerFeatures then this property has no effect. Attempting to set the printDuplex to an invalid value results in a script execution error. To have an effect, this property must be set before calling open printing. | ||||||
Tags | printing |