Click or drag to resize

AcquireEventArgs.EndOfJob Property

Gets a value indicating whether this is the last image in a batch job.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public bool EndOfJob { get; }

Property Value

Type: Boolean
True if this is the last image in a batch job.
Remarks
Batch jobs are negotiated using the JobControl property of the Device class.
See Also