Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

Best Property






Gets a TwainFastConfiguration object that represents the best and fastest scan configuration for the Twain scanner.
Syntax
public TwainFastConfiguration Best {get;}
'Declaration
 
Public ReadOnly Property Best As TwainFastConfiguration
'Usage
 
Dim instance As TwainFindFastConfigurationResult
Dim value As TwainFastConfiguration
 
value = instance.Best
public:
property TwainFastConfiguration Best {
   TwainFastConfiguration get();
}

Property Value

A TwainFastConfiguration object that represents the best and fastest scan configuration for the Twain scanner.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainSession.FindFastConfiguration
Requirements

Target Platforms

See Also

Reference

TwainFindFastConfigurationResult Structure
TwainFindFastConfigurationResult Members

Error processing SSI file