printDuplex

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printDuplex to {"none" | "short edge" | "long edge"}
get the printDuplex
Summary

Reports whether the next print job should print double sided.

Introduced2.9
OSmac, windows, linux
Platformsdesktop, server
Example
set the printDuplex to "short edge"
Values
NameTypeDescription
Value

The printDuplex property is one of the following values.

none: no double-sided printing
short edge: double-sided printing with tumble (flip the non-facing page)
long edge: double-sided printing without tumble
RelatedCommand: print, open printing
Property: printCollate, printerFeatures
Securityprinting
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.

Tagsprinting