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.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Twain.SetDuplexEnabled

Whether to enable duplex when next scan starts.

Component Version macOS Windows Linux Server iOS SDK
Twain 3.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Twain.SetDuplexEnabled"; Value )   More

Parameters

Parameter Description Example
Value The new settings. Can be 1 to enable duplex or 0 to disable. 0

Result

Returns OK.

Description

Whether to enable duplex when next scan starts.
This value is stored and next time you call Acquire the plugin will ask the scanner to enable/disable duplex. If the scanner does not support duplex, the scanner will ignore this setting and set it back to -1.

Examples

Enable duplex

MBS( "Twain.SetDuplexEnabled"; 1 )

See also

Blog Entries

Created 18th August 2014, last changed 8th January 2018


Twain.SetDiscardBlankPages - Twain.SetFeededEnabled

Feedback: Report problem or ask question.