Click or drag to resize

_DMcTWAINEventsAfterAcquire Method

TWAIN has completed an acquisition.

Namespace:  MediaCy.IQL.Capture.Twain
Assembly:  MediaCy.IQL.Capture.Twain (in MediaCy.IQL.Capture.Twain.dll) Version: 10.0.6912.0
Syntax
VB
Sub AfterAcquire ( 
	NewImage As McImage
)

Parameters

NewImage
Type: MediaCy.IQL.EngineMcImage
the new image acquired.
Remarks
This notification is sent just after the acquisition is finished. If the acquire is set up to possibly acquire multiple images, this event will be sent after each image is acquired.
See Also