Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Best Property
See Also 
Leadtools.Twain Namespace > TwainFindFastConfigurationResult Structure : Best Property




Gets a TwainFastConfiguration object that represents the best and fastest scan configuration for the Twain scanner.

Syntax

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;}
Managed Extensions for C++ 
public: __property TwainFastConfiguration get_Best();
C++/CLI 
public:
property TwainFastConfiguration Best {
   TwainFastConfiguration get();
}

Return Value

A TwainFastConfiguration object that represents the best and fastest scan configuration for the Twain scanner.

Example

Remarks

For more information, refer to Fast TWAIN (Scan Configurations).

Requirements

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

See Also