Gets or sets hundredths of a second between captures.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TimeBetweenCaptures As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TwainDeviceEvent
Dim value As Integer
instance.TimeBetweenCaptures = value
value = instance.TimeBetweenCaptures
|
C# | |
---|
public int TimeBetweenCaptures {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_TimeBetweenCaptures();
public: __property void set_TimeBetweenCaptures(
int value
); |
C++/CLI | |
---|
public:
property int TimeBetweenCaptures {
int get();
void set (int value);
} |
Return Value
Hundredths of a second between captures
Valid for
TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
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