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

Show in webframe

DeviceName Property






Gets or sets the name of the device that generated the event.
Syntax
public string DeviceName {get; set;}
'Declaration
 
Public Property DeviceName As String
'Usage
 
Dim instance As TwainDeviceEvent
Dim value As String
 
instance.DeviceName = value
 
value = instance.DeviceName
public:
property String^ DeviceName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the device that generated the event
Example
Refer to GetDeviceEventData example.
Requirements

Target Platforms

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

Error processing SSI file