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

Show in webframe

RequiredTime Property






Gets or sets an integer that represents the amount of time required to scan the pages when testing the scan configuration.
Syntax
public int RequiredTime {get; set;}
'Declaration
 
Public Property RequiredTime As Integer
'Usage
 
Dim instance As TwainFastConfiguration
Dim value As Integer
 
instance.RequiredTime = value
 
value = instance.RequiredTime
public:
property int RequiredTime {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the amount of time required to scan the pages when testing the scan configuration.
Remarks
The number of pages depends on how many pages the user loads in the scanner when testing a scan configuration. The same pages should be used for each test.
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainSession.FindConfiguration
Requirements

Target Platforms

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

Error processing SSI file