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

Show in webframe

FlashUsed2 Property






Gets or sets current flash setting.
Syntax
public int FlashUsed2 {get; set;}
'Declaration
 
Public Property FlashUsed2 As Integer
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As Integer
 
instance.FlashUsed2 = value
 
value = instance.FlashUsed2
public:
property int FlashUsed2 {
   int get();
   void set (    int value);
}

Property Value

Current flash setting Valid for TwainCapabilityValue.DeviceEventCheckFlash only
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file