Click or drag to resize

DeviceSetImageDataset Method

Sets the indices of the images you want to acquire.

This is useful when you want to acquire multiple images from a camera with a single call to the Acquire method.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetImageDataset(
	int[] indices
)

Parameters

indices
Type: SystemInt32
An array of image index values you want to acquire.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
See Also