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

Show in webframe

Event Property






Defines the event that has taken place.
Syntax
public TwainCapabilityValue Event {get; set;}
'Declaration
 
Public Property Event As TwainCapabilityValue
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As TwainCapabilityValue
 
instance.Event = value
 
value = instance.Event
public:
property TwainCapabilityValue Event {
   TwainCapabilityValue get();
   void set (    TwainCapabilityValue value);
}

Property Value

Device events used by the TWAIN source. Possible values are (according to the TWAIN 2.0 specification):
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file