Click or drag to resize

IMcTWAINMultiAcquire Property

Gets or sets the default multiple acquisition setting. See Remarks.

Namespace:  MediaCy.IQL.Capture.Twain
Assembly:  MediaCy.IQL.Capture.Twain (in MediaCy.IQL.Capture.Twain.dll) Version: 10.0.6912.0
Syntax
VB
Property MultiAcquire As mcTWAINAcqType
	Get
	Set

Property Value

Type: mcTWAINAcqType
Remarks
The Acquire function can be set to acquire only a single image, or as many images as the user desires. The MultiAcquire property sets the default behavior for the Acquire function, which can be overridden by the corresponding parameter to the Acquire function. The valid settings are: mctatSingleAcquire - Acquire only a single image, closing the TWAIN source after the acquisition mctatMultipleAcquire - Acquire any number of images, leaving the TWAIN source open until the user closes it
See Also