Gets or sets number of seconds before first capture.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TimeBeforeFirstCapture As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TwainDeviceEvent
Dim value As Integer
instance.TimeBeforeFirstCapture = value
value = instance.TimeBeforeFirstCapture |
C# | |
---|
public int TimeBeforeFirstCapture {get; set;} |
C++/CLI | |
---|
public:
property int TimeBeforeFirstCapture {
int get();
void set ( int value);
} |
Property Value
Number of seconds before first capture Valid for
TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also