Leadtools TWAIN (Leadtools.Twain assembly)

DeviceName Property

Show in webframe





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