| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaAcquireFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaAcquireFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaAcquireFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Default behavior for the device image acquisition dialog box. | 
| NoDefault | WIA_SELECT_DEVICE_NODEFAULT | 
| SingleImage | WIA_DEVICE_DIALOG_SINGLE_IMAGE | 
| ShowUserInterface | If this flag is set then the image acquisition user interface dialog will be shown when call any of the available acquire functions, otherwise the user interface dialog will not be shown. | 
| UseCommonUI | WIA_DEVICE_DIALOG_USE_COMMON_UI | 
Refer to WiaSession.IsAvailable 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaAcquireFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code