Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Image Capture | MBS Win Plugin | 10.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WIA 2.x is available on Windows Vista and newer.
Constant | Value | Description |
---|---|---|
kDeviceDialogSingleImage | 2 |
One of the constants for the GetImageDialog method.
Restrict image selection to a single image in the device image acquisition dialog box. Only for WIA 2.x. |
kDeviceDialogUseCommonUI | 4 |
One of the constants for the GetImageDialog method.
Use the system UI, if available, rather than the vendor-supplied UI. If the system UI is not available, the vendor UI is used. If neither UI is available, the function returns E_NOTIMPL. |
kDeviceTypeDefault | 0 | One of the device type constants. |
kDeviceTypeDigitalCamera | 2 | One of the device type constants. |
kDeviceTypeScanner | 1 | One of the device type constants. |
kDeviceTypeStreamingVideo | 3 | One of the device type constants. |
kEnumAll | 15 |
One of the constants for EnumDeviceInfo flags parameter.
All devices are enumerated, both locally and remote, including inactive (disconnected) devices and legacy STI-only devices. |
kEnumLocal | 16 |
One of the constants for EnumDeviceInfo flags parameter.
Only locally connected active scanner devices are enumerated. |
kIntentBestPreview | &h40000 |
One of the intent constants for GetImageDialog.
Specifies the best quality preview. |
kIntentImageTypeColor | 1 |
One of the intent constants for GetImageDialog.
Preset properties for color content. |
kIntentImageTypeGrayscale | 2 |
One of the intent constants for GetImageDialog.
Preset properties for grayscale content. |
kIntentImageTypeMask | &hF |
One of the intent constants for GetImageDialog.
Mask for all of the image type flags. |
kIntentImageTypeText | 4 |
One of the intent constants for GetImageDialog.
Preset properties for text content. |
kIntentMaximizeQuality | &h20000 |
One of the intent constants for GetImageDialog.
Preset properties to maximize image quality. |
kIntentMinimizeSize | &h10000 |
One of the intent constants for GetImageDialog.
Preset properties to minimize image size. |
kIntentNone | 0 |
One of the intent constants for GetImageDialog.
Default value. Do not preset any properties. |
kIntentSizeMask | &hF0000 |
One of the intent constants for GetImageDialog.
Mask for all of the size/quality flags. |
kSelectDeviceNoDefault | 1 |
One of the constants for the GetImageDialog method.
Force this method to display the Select Device dialog box. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
WIADeviceManager1MBS - WIAExtendedTransferInfoMBS