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
SyntaxProperty MultiAcquire As mcTWAINAcqType
Get
Set
Property Value
Type:
mcTWAINAcqType
RemarksThe 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