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

Show in webframe

TimeBetweenCaptures Property






Gets or sets hundredths of a second between captures.
Syntax
public int TimeBetweenCaptures {get; set;}
'Declaration
 
Public Property TimeBetweenCaptures As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.TimeBetweenCaptures = value
 
value = instance.TimeBetweenCaptures
public:
property int TimeBetweenCaptures {
   int get();
   void set (    int value);
}

Property Value

Hundredths of a second between captures Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file