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




Gets or sets an integer that represents the amount of time required to scan the pages when testing the scan configuration.

Syntax

Visual Basic (Declaration) 
Public Property RequiredTime As Integer
Visual Basic (Usage)Copy Code
Dim instance As TwainFastConfiguration
Dim value As Integer
 
instance.RequiredTime = value
 
value = instance.RequiredTime
C# 
public int RequiredTime {get; set;}
Managed Extensions for C++ 
public: __property int get_RequiredTime();
public: __property void set_RequiredTime( 
   int value
);
C++/CLI 
public:
property int RequiredTime {
   int get();
   void set (int value);
}

Return Value

An integer that represents the amount of time required to scan the pages when testing the scan configuration.

Example

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).

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