Click or drag to resize

DeviceJobControl Property

Gets or sets the type of batch acquisition job to perform.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BatchJobControl JobControl { get; set; }

Property Value

Type: BatchJobControl
The current batch job format.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks

Use the GetSupportedJobControls method to find out which, if any, batch types are supported by the device.

When processing a batch job, watch the EndOfJob property of the AcquireEventArgs to know when a batch has finished.

See Also