WiaDeviceType Enumeration

Summary

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.

Syntax
C#
VB
C++
public enum WiaDeviceType 
  
Public Enum WiaDeviceType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaDeviceType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0DefaultGeneric WIA device. During device enumerations, this constant is used to enumerate all WIA devices. This is the default value.
1ScannerScanner device.
2DigitalCameraCamera device (not supported by Windows Vista and later).
3StreamingVideoVideo device (not supported by either Windows Server 2003, Windows Vista, or later).

Example

For an example, refer to WiaSession.IsAvailable

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly