Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

TimeBetweenCaptures Property






Gets or sets hundredths of a second between captures.
Syntax
public int TimeBetweenCaptures {get; set;}
'Declaration
 
Public Property TimeBetweenCaptures As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.TimeBetweenCaptures = value
 
value = instance.TimeBetweenCaptures
public int TimeBetweenCaptures {get; set;}
 get_TimeBetweenCaptures();
set_TimeBetweenCaptures(value);
public:
property int TimeBetweenCaptures {
   int get();
   void set (    int value);
}

Property Value

Hundredths of a second between captures Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
Example
Refer to TwainSession.GetDeviceEventData example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.