Leadtools TWAIN (Leadtools.Twain assembly)

EnableGetDeviceEvent Property

Show in webframe





Enables or disables firing GetDeviceEvent event
Syntax
public bool EnableGetDeviceEvent {get; set;}
'Declaration
 
Public Property EnableGetDeviceEvent As Boolean
'Usage
 
Dim instance As TwainSession
Dim value As Boolean
 
instance.EnableGetDeviceEvent = value
 
value = instance.EnableGetDeviceEvent

            

            
public:
property bool EnableGetDeviceEvent {
   bool get();
   void set (    bool value);
}

Property Value

true to enable firing the event; false to stop firing it.
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
GetDeviceEventData Method
SetDeviceEventCapability Method
GetDeviceEventCapability Method
ResetDeviceEventCapability Method
Leadtools.Twain.TwainSession.GetDeviceEvent
TwainDeviceEvent Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.