Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
TimeBeforeFirstCapture Property
See Also 
Leadtools.Twain Namespace > TwainDeviceEvent Class : TimeBeforeFirstCapture Property




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;}
Managed Extensions for C++ 
public: __property int get_TimeBeforeFirstCapture();
public: __property void set_TimeBeforeFirstCapture( 
   int value
);
C++/CLI 
public:
property int TimeBeforeFirstCapture {
   int get();
   void set (int value);
}

Return Value

Number of seconds before first capture Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only

Example

Refer to GetDeviceEventData example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also