Accusoft.TwainPro9.Net
Scanned Event




Use this event to receive ScannedEventArgs information about the event.
Syntax
'Declaration
 
Public Event Scanned As ScannedEventHandler
'Usage
 
Dim instance As TwainDevice
Dim handler As ScannedEventHandler
 
AddHandler instance.Scanned, handler
public event ScannedEventHandler Scanned
public: __event ScannedEventHandler* Scanned
public:
event ScannedEventHandler^ Scanned
Event Data

The event handler receives an argument of type ScannedEventArgs containing data related to this event. The following ScannedEventArgs properties provide information specific to this event.

PropertyDescription
CancelGets and sets a cancel on the session. If set to true, the session ends and the StartSession method returns control.  
PendingTransfersGets the number of image transfers the TWAIN Data Source is ready to supply to the TwainPRO control.  
ScannedImageGets and sets the scanned image and image information.  
See Also

Reference

TwainDevice Class
TwainDevice Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback