←Select platform

FastConfiguration Property

Summary

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

Syntax

C#
VB
C++
public Leadtools.Twain.TwainFastConfiguration FastConfiguration {get;}
Public ReadOnly Property FastConfiguration As Leadtools.Twain.TwainFastConfiguration

Property Value

The TwainFastConfiguration object used in the scan configuration being tested.

Example

C#
VB
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 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Twain Assembly
Click or drag to resize