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

Show in webframe

Stop Property (TwainFastConfigurationEventArgs)






Indicates whether or not to stop the configuration test.
Syntax
public bool Stop {get; set;}
'Declaration
 
Public Property Stop As Boolean
'Usage
 
Dim instance As TwainFastConfigurationEventArgs
Dim value As Boolean
 
instance.Stop = value
 
value = instance.Stop
public:
property bool Stop {
   bool get();
   void set (    bool value);
}

Property Value

true to stop, false to continue normally.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainSession.FindFastConfiguration
Requirements

Target Platforms

See Also

Reference

TwainFastConfigurationEventArgs Class
TwainFastConfigurationEventArgs Members

Error processing SSI file