Click or drag to resize

BatchJobControl Enumeration

Used to set the batch mode of 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 BatchJobControl
Members
  Member nameDescription
TWJC_NONE No job control.
TWJC_JSIC Detect and include job separator and continue scanning.
TWJC_JSIS Detect and include job separator and stop scanning.
TWJC_JSXC Detect and exclude job separator and continue scanning.
TWJC_JSXS Detect and exclude job separator and stop scanning.
See Also