WiaSelectSourceFlags Enumeration

Summary

Flags used with WiaSession.SelectDeviceDlg method

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum WiaSelectSourceFlags 
  
<FlagsAttribute()> 
Public Enum WiaSelectSourceFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaSelectSourceFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000NoneUse the default behavior.
0x00000001NoDefaultDisplay the dialog box even if there is only one matching device. For more information please refer to WIA_SELECT_DEVICE_NODEFAULT property ID in Microsoft Windows SDK Documentation.

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