Gets or sets number of seconds before first capture.
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