Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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();
}

Property 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also