Platforms to show: All Mac Windows Linux Cross-Platform

Back to WIAItemMBS class.

WIAItemMBS.kDeviceCommands = 1

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the flag constants for the EnumerateDeviceCapabilities function.

Enumerate device commands.

WIAItemMBS.kDeviceDialogSingleImage = 2

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the DeviceDialog and ImageDialog flag constants.

Only allow one image to be selected

WIAItemMBS.kDeviceDialogUseCommonUI = 4

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the DeviceDialog and ImageDialog flag constants.

Give preference to the system-provided UI, if available.

WIAItemMBS.kDeviceEvents = 2

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the flag constants for the EnumerateDeviceCapabilities function.

Enumerate device events.

WIAItemMBS.kIntentBestPreview = &h40000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Specifies the best quality preview.

WIAItemMBS.kIntentImageTypeColor = 1

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Preset properties for color content.

WIAItemMBS.kIntentImageTypeGrayscale = 2

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Preset properties for grayscale content.

WIAItemMBS.kIntentImageTypeMask = &hF

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Mask for all of the image type flags.

WIAItemMBS.kIntentImageTypeText = 4

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Preset properties for text content.

WIAItemMBS.kIntentMaximizeQuality = &h20000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Preset properties to maximize image quality.

WIAItemMBS.kIntentMinimizeSize = &h10000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Preset properties to minimize image size.

WIAItemMBS.kIntentNone = 0

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Default value. Do not preset any properties.

WIAItemMBS.kIntentSizeMask = &hF0000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the intent constants for GetImageDialog.

Mask for all of the size/quality flags.

WIAItemMBS.kSelectDeviceNoDefault = 1

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the Select Device Dialog and Image Dialog flag constants.

WIAItemMBS.kTypeAnalyze = &h00000010

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeAudio = &h00000020

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeBurst = &h00000800

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeDeleted = &h00000080

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeDevice = &h00000040

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeDisconnected = &h00000100

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeFile = &h00000002

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeFolder = &h00000004

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.
Example
dim it as WIAItemMBS // your item
if BitwiseAnd(it.ItemType,it.kTypeFolder)=it.kTypeFolder or BitwiseAnd(it.ItemType, it.kTypeHasAttachments)=it.kTypeHasAttachments then
msgbox "may have children."
else
msgbox "no children."
end if

WIAItemMBS.kTypeFree = &h00000000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeGenerated = &h00004000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeHasAttachments = &h00008000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.
Example
dim it as WIAItemMBS // your item
if BitwiseAnd(it.ItemType,it.kTypeFolder)=it.kTypeFolder or BitwiseAnd(it.ItemType, it.kTypeHasAttachments)=it.kTypeHasAttachments then
msgbox "may have children."
else
msgbox "no children."
end if

WIAItemMBS.kTypeHPanorama = &h00000200

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeImage = &h00000001

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeRoot = &h00000008

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeStorage = &h00001000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeTransfer = &h00002000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeVideo = &h00010000

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

WIAItemMBS.kTypeVPanorama = &h00000400

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA item type constants.

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...