←Select platform

SelectedDeviceType Property

Summary

Gets the currently selected WIA device type.

Syntax

C#
VB
C++
public WiaDeviceType SelectedDeviceType { get; } 
  
Public ReadOnly Property SelectedDeviceType As Leadtools.Wia.WiaDeviceType 
public: 
property Leadtools.Wia.WiaDeviceType SelectedDeviceType { 
   Leadtools.Wia.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly