←Select platform

Success Property

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

Syntax
C#
C++/CLI
Python
public bool Success { get; } 
public: 
property bool Success { 
   bool get(); 
} 
Success # get  (TwainFastConfiguration) 

Property Value

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

Remarks

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

Example
C#
using Leadtools; 
using Leadtools.Twain; 
 
 
public void FastConfigurationExample(object sender, TwainFastConfigurationEventArgs e) 
{ 
   if (e.FastConfiguration.Success) 
   { 
      // set your code here 
   } 
   e.Stop = false; 
} 
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.