Leadtools.Wia Namespace : WiaAcquireFlags Enumeration |
[FlagsAttribute()] public enum WiaAcquireFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum WiaAcquireFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As WiaAcquireFlags
[FlagsAttribute()] public enum class WiaAcquireFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default behavior for the device image acquisition dialog box. |
0x00000001 | NoDefault | WIA_SELECT_DEVICE_NODEFAULT |
0x00000002 | SingleImage | WIA_DEVICE_DIALOG_SINGLE_IMAGE |
0x00000003 | 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. |
0x00000004 | UseCommonUI | WIA_DEVICE_DIALOG_USE_COMMON_UI |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaAcquireFlags