Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
PrintDialog.SetDuplex
Sets duplex mode for next printing.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PrintDialog | 4.1 | Yes | No | No | No | No |
MBS( "PrintDialog.SetDuplex"; value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| value | The new duplex setting. | 1 |
Result
Returns OK or error.
Description
Sets duplex mode for next printing.Pass 0 for no duplex, 1 to enable duplex and -1 to not change it.
Version 6.5 adds 2 for duplex with tumble.
Version 7.5 changes value: 0 = off, 1 = long edge, 2 = short edge
Examples
Enable duplex:
Set Variable [ $r ; Value: MBS( "PrintDialog.SetDuplex"; 1 ) ]
See also
- PrintDialog.GetCopies
- PrintDialog.GetDuplex
- PrintDialog.SetCopies
- PrintDialog.SetNoDialog
- PrintDialog.SetOption
- PrintDialog.SetReset
Blog Entries
Release notes
- Version 7.0
- Fixed PrintDialog.SetDuplex function (broken in 6.5).
Created 18th August 2014, last changed 25th November 2017
PrintDialog.SetDestinationPath - PrintDialog.SetFirstPage
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins