C#
VB
C++
Used with WiaSession.SelectedDeviceType property and WiaSession.SelectDeviceDlg and WiaSession.AcquireSimple methods. For more information please refer to WIA_DIP_DEV_TYPE property ID in Microsoft Windows SDK Documentation.
public enum WiaDeviceType Public Enum WiaDeviceTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaDeviceType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Default | Generic WIA device. During device enumerations, this constant is used to enumerate all WIA devices. This is the default value. |
| 1 | Scanner | Scanner device. |
| 2 | DigitalCamera | Camera device (not supported by Windows Vista and later). |
| 3 | StreamingVideo | Video device (not supported by either Windows Server 2003, Windows Vista, or later). |
For an example, refer to WiaSession.IsAvailable
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
