SelectedDeviceType Property

Summary

Gets the currently selected WIA device type.

Syntax
C#
VB
C++
public WiaDeviceType SelectedDeviceType { get; } 
  
Public ReadOnly Property SelectedDeviceType As WiaDeviceType 
public: 
property WiaDeviceType SelectedDeviceType { 
   WiaDeviceType get(); 
} 

Property Value

The currently selected WIA device type (Scanner, digital camera or streaming video).

Remarks

Gets the currently selected WIA device type. Use this property to determine the type of the device selected using any of the WiaSession.SelectDeviceDlg or WiaSession.SelectDevice methods at runtime.

Example

For an example, refer to WiaSession.EnumDevices.

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