_DMcTWAINEvents_AfterAcquireEventHandler Delegate

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
Public Delegate Sub _DMcTWAINEvents_AfterAcquireEventHandler ( 
	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