_DMcTWAINEvents_EventAfterAcquire Event

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
Event AfterAcquire As _DMcTWAINEvents_AfterAcquireEventHandler

Value

Type: MediaCy.IQL.Capture.Twain_DMcTWAINEvents_AfterAcquireEventHandler
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