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: 2026.2.0.0.42 (.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