Platforms to show: All Mac Windows Linux Cross-Platform

Back to WIAPropertyStorageMBS class.

Previous items Next items

WIAPropertyStorageMBS.kItemPropertyBytesPerLine = 4113

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

WIAPropertyStorageMBS.kItemPropertyBytesPerLineString = "Bytes Per Line"

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

WIAPropertyStorageMBS.kItemPropertyChannelsPerPixel = 4109

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

WIAPropertyStorageMBS.kItemPropertyChannelsPerPixelString = "Channels Per Pixe"

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

WIAPropertyStorageMBS.kItemPropertyColorProfile = 4117

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

WIAPropertyStorageMBS.kItemPropertyColorProfileString = "Color Profiles"

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

WIAPropertyStorageMBS.kItemPropertyCompression = 4107

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

WIAPropertyStorageMBS.kItemPropertyCompressionString = "Compression"

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

WIAPropertyStorageMBS.kItemPropertyDatatype = 4103

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

WIAPropertyStorageMBS.kItemPropertyDatatypeString = "Data Type"

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

WIAPropertyStorageMBS.kItemPropertyDepth = 4104

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

WIAPropertyStorageMBS.kItemPropertyDepthString = "Bits Per Pixe"

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

WIAPropertyStorageMBS.kItemPropertyFilenameExtension = 4123

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

WIAPropertyStorageMBS.kItemPropertyFormat = 4106

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

WIAPropertyStorageMBS.kItemPropertyFormatString = "Format"

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

WIAPropertyStorageMBS.kItemPropertyFullItemName = 4099

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

WIAPropertyStorageMBS.kItemPropertyFullItemNameString = "Full Item Name"

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

WIAPropertyStorageMBS.kItemPropertyGammaCurves = 4115

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

WIAPropertyStorageMBS.kItemPropertyGammaCurvesString = "Gamma Curves"

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

WIAPropertyStorageMBS.kItemPropertyIcmProfileName = 4120

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

WIAPropertyStorageMBS.kItemPropertyIcmProfileNameString = "Color Profile Name"

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

WIAPropertyStorageMBS.kItemPropertyItemFlags = 4101

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

WIAPropertyStorageMBS.kItemPropertyItemFlagsString = "Item Flags"

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

WIAPropertyStorageMBS.kItemPropertyItemName = 4098

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

WIAPropertyStorageMBS.kItemPropertyItemNameString = "Item Name"

Type Topic Plugin Version
const Image Capture MBS Win Plugin 10.3
One of the WIA property constants.
Example
dim DeviceManager as new WIADeviceManager1MBS

if 0 = DeviceManager.Handle then
MsgBox "Failed to initialize device manager."
else
dim it as WIAItemMBS = DeviceManager.SelectDeviceDialog(window1, DeviceManager.kDeviceTypeDefault, DeviceManager.kSelectDeviceNoDefault)

if it<>Nil then
dim p as WIAPropertyStorageMBS = it.PropertyStorage
dim name as string = p.Read(p.kItemPropertyItemNameString)
MsgBox name
end if
end if

WIAPropertyStorageMBS.kItemPropertyItemSize = 4116

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

WIAPropertyStorageMBS.kItemPropertyItemSizeString = "Item Size"

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

WIAPropertyStorageMBS.kItemPropertyItemTime = 4100

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

WIAPropertyStorageMBS.kItemPropertyItemTimeString = "Item Time Stamp"

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

Previous items Next items

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


💬 Ask a question or report a problem
The biggest plugin in space...