| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaSelectSourceFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaSelectSourceFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaSelectSourceFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Use the default behavior. | 
| NoDefault | Display 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. | 
Refer to WiaSession.IsAvailable 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaSelectSourceFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code