Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

EnableGetDeviceEvent Property






Enables or disables firing Leadtools.Twain.TwainSession.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 bool EnableGetDeviceEvent {get; set;}
 get_EnableGetDeviceEvent();
set_EnableGetDeviceEvent(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.