Leadtools TWAIN (Leadtools.Twain assembly)

EnableFastConfigurationEvent Property

Show in webframe





(Document/Medical only) Enables or disables the generation of the FastConfiguration event.
Syntax
public bool EnableFastConfigurationEvent {get; set;}
'Declaration
 
Public Property EnableFastConfigurationEvent As Boolean
'Usage
 
Dim instance As TwainSession
Dim value As Boolean
 
instance.EnableFastConfigurationEvent = value
 
value = instance.EnableFastConfigurationEvent

            

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

Property Value

true to enable the event, false to disable it.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to FindFastConfiguration.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Startup Method
Shutdown Method
FindFastConfiguration Method
FindConfiguration Method
Leadtools.Twain.TwainSession.FastConfiguration

 

 


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