Click or drag to resize

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