C#
VB
C++
Gets the TwainFastConfiguration object used in the scan configuration being tested.
public TwainFastConfiguration FastConfiguration { get; }
Public ReadOnly Property FastConfiguration As Leadtools.Twain.TwainFastConfiguration
public:
property Leadtools.Twain.TwainFastConfiguration FastConfiguration {
Leadtools.Twain.TwainFastConfiguration get();
}
The TwainFastConfiguration object used in the scan configuration being tested.
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET