AutomaticCapture Property

Summary

Gets or sets number of images camera will capture.

Syntax
C#
VB
C++
public int AutomaticCapture { get; set; } 
Public Property AutomaticCapture As Integer 
public: 
property int AutomaticCapture { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of images camera will capture Valid for TwainCapabilityValue.DeviceEventCheckAutomaticCapture only

Example

Refer to GetDeviceEventData example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly