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