DeviceName Property

Summary

Gets or sets the name of the device that generated the event.

Syntax
C#
VB
C++
public string DeviceName { get; set; } 
Public Property DeviceName As String 
public: 
property String^ DeviceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the device that generated the event

Example

Refer to GetDeviceEventData example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly