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 |
C# | |
---|
public enum WiaDeviceType : Enum |
C++/CLI | |
---|
public enum class WiaDeviceType : public Enum |
Members
Example
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also