Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Stop Property
See Also 
Leadtools.Twain Namespace > TwainFastConfigurationEventArgs Class : Stop Property




Indicates whether or not to stop the configuration test.

Syntax

Visual Basic (Declaration) 
Public Property Stop As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TwainFastConfigurationEventArgs
Dim value As Boolean
 
instance.Stop = value
 
value = instance.Stop
C# 
public bool Stop {get; set;}
Managed Extensions for C++ 
public: __property bool get_Stop();
public: __property void set_Stop( 
   bool value
);
C++/CLI 
public:
property bool Stop {
   bool get();
   void set (bool value);
}

Return Value

true to stop, false to continue normally.

Example

Remarks

For more information, refer to Fast TWAIN (Scan Configurations).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also