Click or drag to resize

DeviceImageCount Property

Gets the number of available images.

This is only valid for devices which contain an internal buffer. You can find out if there are any pending images during an acquisition by checking the PendingImages property of the AcquireEventArgs class.

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

Property Value

Type: Int32
The number of available images.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
See Also