Gets the currently selected WIA device type.
public WiaDeviceType SelectedDeviceType { get; }
Public ReadOnly Property SelectedDeviceType As Leadtools.Wia.WiaDeviceType
public:
property Leadtools.Wia.WiaDeviceType SelectedDeviceType {
Leadtools.Wia.WiaDeviceType get();
}
The currently selected WIA device type (Scanner, digital camera or streaming video).
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.
For an example, refer to WiaSession.EnumDevices.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET