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

Show in webframe

EnableFastConfigurationEvent Property






(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

Error processing SSI file