Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

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 int RequiredTime {get; set;}
 get_RequiredTime();
set_RequiredTime(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.