Leadtools TWAIN (Leadtools.Twain assembly)

FastConfiguration Property

Show in webframe
Example 





Gets the TwainFastConfiguration object used in the scan configuration being tested.
Syntax
public TwainFastConfiguration FastConfiguration {get;}
'Declaration
 
Public ReadOnly Property FastConfiguration As TwainFastConfiguration
'Usage
 
Dim instance As TwainFastConfigurationEventArgs
Dim value As TwainFastConfiguration
 
value = instance.FastConfiguration

            

            
public:
property TwainFastConfiguration FastConfiguration {
   TwainFastConfiguration get();
}

Property Value

The TwainFastConfiguration object used in the scan configuration being tested.
Example
Copy Code  
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

See Also

Reference

TwainFastConfigurationEventArgs Class
TwainFastConfigurationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.