C#
VB
C++
Flags used with the WiaSession.Acquire, WiaSession.AcquireToFile and WiaSession.AcquireSimple methods.
Members
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 |
Refer to WiaSession.IsAvailable