Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

FastConfiguration Property

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 TwainFastConfiguration FastConfiguration {get;}
 get_FastConfiguration(); 
public:
property TwainFastConfiguration FastConfiguration {
   TwainFastConfiguration get();
}

Property Value

The TwainFastConfiguration object used in the scan configuration being tested.
Example
 
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
public void FastConfigurationExample(object sender, TwainFastConfigurationEventArgs e)
{
   if(e.FastConfiguration.Success)
   {
      // set your code here
   }
   e.Stop = false;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFastConfigurationEventArgs Class
TwainFastConfigurationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.