Leadtools TWAIN (Leadtools.Twain assembly)

Stop Property (TwainFastConfigurationEventArgs)

Show in webframe





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

 

 


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