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

Show in webframe

TimeBeforeFirstCapture Property






Gets or sets number of seconds before first capture.
Syntax
public int TimeBeforeFirstCapture {get; set;}
'Declaration
 
Public Property TimeBeforeFirstCapture As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.TimeBeforeFirstCapture = value
 
value = instance.TimeBeforeFirstCapture
public:
property int TimeBeforeFirstCapture {
   int get();
   void set (    int value);
}

Property Value

Number of seconds before first capture Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file