Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Success Property
See Also 
Leadtools.Twain Namespace > TwainFastConfiguration Structure : Success Property



Gets a value that represents the success status for the scan configuration, which is currently being tested.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Success As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TwainFastConfiguration
Dim value As Boolean
 
value = instance.Success
C# 
public bool Success {get;}
C++/CLI 
public:
property bool Success {
   bool get();
}

Return Value

true if the current scan configuration was successful, false if it failed.

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