Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

EnableGetDeviceEvent Property






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

Error processing SSI file