Visual Basic (Declaration) | |
---|---|
Public Event FastConfiguration() As EventHandler(Of TwainFastConfigurationEventArgs) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler<TwainFastConfigurationEventArgs> FastConfiguration() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler<TwainFastConfigurationEventArgs>* FastConfiguration(); |
C++/CLI | |
---|---|
public: event EventHandler<TwainFastConfigurationEventArgs>^ FastConfiguration(); |
Refer to Generic FindFastConfiguration.
To stop the scan configuration testing process, set the Stop property to
true within the FastConfiguration event. The
Stop property must be set to false to
continue the scan configuration process.
For more information, refer to Fast TWAIN (Scan Configurations).
For more information, refer to Fast TWAIN (Scan Configurations).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family