Click or drag to resize

DuplexMode Enumeration

The duplex mode supported by the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public enum DuplexMode
Members
  Member nameDescription
None No duplex is supported.
OnePass Single-pass duplex will be used. Both sides are scanned in a single pass.
TwoPass Double-pass duplex will be used. Only one side at a time is scanned.
See Also