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.4.0.9.0.377 (.NET 4.5.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