Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

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 string DeviceName {get; set;}
 get_DeviceName();
set_DeviceName(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainDeviceEvent Class
TwainDeviceEvent Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.