←Select platform

FastConfiguration Property

Summary
Gets the TwainFastConfiguration object used in the scan configuration being tested.

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

Property Value

The TwainFastConfiguration object used in the scan configuration being tested.

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

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