Leadtools TWAIN (Leadtools.Twain assembly)

TimeBeforeFirstCapture Property

Show in webframe





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 TwainSession.GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.