Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

AutomaticCapture Property






Gets or sets number of images camera will capture.
Syntax
public int AutomaticCapture {get; set;}
'Declaration
 
Public Property AutomaticCapture As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.AutomaticCapture = value
 
value = instance.AutomaticCapture
public:
property int AutomaticCapture {
   int get();
   void set (    int value);
}

Property Value

Number of images camera will capture Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file