Leadtools TWAIN (Leadtools.Twain assembly)

AutomaticCapture Property

Show in webframe





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 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.