FastConfiguration Property

Summary

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

Syntax
C#
VB
C++
public TwainFastConfiguration FastConfiguration { get; } 
Public ReadOnly Property FastConfiguration As TwainFastConfiguration 
public: 
property TwainFastConfiguration FastConfiguration { 
   TwainFastConfiguration get(); 
} 

Property Value

The TwainFastConfiguration object used in the scan configuration being tested.

Example
C#
VB
using Leadtools; 
using Leadtools.Twain; 
 
public void FastConfigurationExample(object sender, TwainFastConfigurationEventArgs e) 
{ 
   if (e.FastConfiguration.Success) 
   { 
      // set your code here 
   } 
   e.Stop = false; 
} 
Imports Leadtools 
Imports Leadtools.Twain 
 
 
Public Sub FastConfigurationExample(ByVal sender As Object, ByVal e As TwainFastConfigurationEventArgs) 
   If e.FastConfiguration.Success Then 
      ' set your code here 
   End If 
   e.Stop = False 
End Sub 

Requirements

Target Platforms

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

Leadtools.Twain Assembly