Platforms to show: All Mac Windows Linux Cross-Platform
ImageCaptureObjectMBS class Deprecated
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Image Capture | MBS MacOSX Plugin | 10.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This item is deprecated and should no longer be used.
You can use ICDeviceMBS instead.
An image capture object.- 4 properties
- property Handle as Integer
- property Lasterror as Integer
- property ScannerSessionHandle as Integer
- property SessionHandle as Integer
- 21 methods
- method CloseSession
- method Constructor
- method Constructor(handle as Integer)
- method CopyData(startByte as int64, requestedSize as int64) as string
- method CopyThumbnail(format as string) as string
- method DownloadFile(dir as folderitem, flags as Integer, MacType as string, MacCreator as string, angle as Double) as folderitem
- method ImportImage(flags as Integer) as string()
- method ImportImage(flags as Integer, filetypes() as string) as string()
- method OpenSession(device as ImageCaptureObjectMBS)
- method PropertyDictionary as dictionary
- method PropertyDictionaryText as string
- method ScannerCloseSession
- method ScannerGetParameters as dictionary
- method ScannerInitialize
- method ScannerOpenSession(device as ImageCaptureObjectMBS)
- method ScannerSetParameters(dic as dictionary)
- method ScannerStart
- method ScannerStatus as Integer
- method SendMessageMemory(messageType as string, startByte as UInt32, data as memoryblock, dataType as string) as UInt32
- method SendMessageString(messageType as string, startByte as UInt32, data as string, dataType as string) as UInt32
- method UploadFile(file as folderitem, flags as Integer)
- 0 shared methods
- 62 constants as shared methods
- 166 constants
This class has no sub classes.
Blog Entries
Release notes
- Version 19.3
- Deprecated ImageCaptureMBS and ImageCaptureObjectMBS classes.
Some methods using this class:
- ImageCaptureMBS.DeviceList as ImageCaptureObjectMBS
- ImageCaptureMBS.RegisterForEventNotification(objectOfInterest as ImageCaptureObjectMBS, eventsOfInterest() as string, options as dictionary)
- ImageCaptureMBS.UnloadDeviceModule(deviceObject as ImageCaptureObjectMBS)
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS MacOSX Plugin.
ImageCaptureMBS - ImageMagickQ16MBS