Accusoft.TwainPro9.Net
ScannedEventHandler Delegate




The object that issued the post-scan event.
Arguments for the scanned event. This object contains a scanned image object, a property for cancelling the scanning session, and a property indicating the number of pending transfers.
A delegate for post-scan events.
Syntax
'Declaration
 
Public Delegate Sub ScannedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ScannedEventArgs _
) 
'Usage
 
Dim instance As New ScannedEventHandler(AddressOf HandlerMethod)
public delegate void ScannedEventHandler( 
   object sender,
   ScannedEventArgs e
)
public: __gc __delegate void ScannedEventHandler( 
   Object* sender,
   ScannedEventArgs* e
)
public delegate void ScannedEventHandler( 
   Object^ sender,
   ScannedEventArgs^ e
)

Parameters

sender
The object that issued the post-scan event.
e
Arguments for the scanned event. This object contains a scanned image object, a property for cancelling the scanning session, and a property indicating the number of pending transfers.
Remarks
This is the delegate for post-scan events. The TwainDevice class uses this delegate whenever a scan or transfer ends.
See Also

Reference

ScannedEventHandler Members
Accusoft.TwainProSdk Namespace

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback