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