←Select platform

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 Leadtools.Twain.TwainFastConfiguration 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly