Leadtools.Wia Namespace > WiaSession Class : SelectedDeviceType Property |
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(); }
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.