Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaDeviceType Enumeration
See Also  
Leadtools.Wia Namespace : WiaDeviceType Enumeration



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

Visual Basic (Declaration) 
Public Enum WiaDeviceType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaDeviceType
C# 
public enum WiaDeviceType : Enum 
C++/CLI 
public enum class WiaDeviceType : public Enum 

Members

MemberDescription
Default Generic WIA device. During device enumerations, this constant is used to enumerate all WIA devices. This is the default value.
Scanner Scanner device.
DigitalCamera Camera device (not supported by Windows Vista and later).
StreamingVideo Video device (not supported by either Windows Server 2003, Windows Vista, or later).

Example

For an example, refer to WiaSession.IsAvailable

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaDeviceType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also