Gets or sets an integer that represents the amount of time required to scan the pages when testing the scan configuration.
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.