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;} |
Property Value
An integer that represents the amount of time required to scan the pages when testing the scan configuration.Refer to TwainSession.FindConfiguration
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).
For more information, refer to Fast TWAIN (Scan Configurations).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7