LEADTOOLS WIA (Leadtools.Wia assembly)

SelectedDeviceType Property

Show in webframe





Gets the currently selected WIA device type.
Syntax
public WiaDeviceType SelectedDeviceType {get;}
'Declaration
 
Public ReadOnly Property SelectedDeviceType As WiaDeviceType
'Usage
 
Dim instance As WiaSession
Dim value As WiaDeviceType
 
value = instance.SelectedDeviceType

            

            
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

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
SelectDeviceDlg Method
SelectDevice Method
EnumDevices Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.