WiaAcquireFlags Enumeration

Summary

Flags used with the WiaSession.Acquire, WiaSession.AcquireToFile and WiaSession.AcquireSimple methods.

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

Members
ValueMemberDescription
0x00000000NoneDefault behavior for the device image acquisition dialog box.
0x00000001NoDefaultWIA_SELECT_DEVICE_NODEFAULT
0x00000002SingleImageWIA_DEVICE_DIALOG_SINGLE_IMAGE
0x00000003ShowUserInterfaceIf 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.
0x00000004UseCommonUIWIA_DEVICE_DIALOG_USE_COMMON_UI

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