| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Best As TwainFastConfiguration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TwainFindFastConfigurationResult Dim value As TwainFastConfiguration value = instance.Best | |
| C# | |
|---|---|
public TwainFastConfiguration Best {get;} | |
| C++/CLI | |
|---|---|
public: property TwainFastConfiguration Best { TwainFastConfiguration get(); } | |
Property Value
A TwainFastConfiguration object that represents the best and fastest scan configuration for the Twain scanner.Refer to TwainSession.FindFastConfiguration
For more information, refer to Fast TWAIN (Scan Configurations).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code