Platforms to show: All Mac Windows Linux Cross-Platform
ImageCaptureMBS 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.
The base class to start with image capture.
Deprecated. Please stop using this class soon.
On Mac OS X 10.8 some functions stop working as Apple does no longer provide 32 bit libraries.
- event Notification(notificationType as string, notificationDictionary as dictionary)
- property Lasterror as Integer
- 9 methods
- method DeviceList as ImageCaptureObjectMBS
- method ImportImage(flags as Integer) as string()
- method ImportImage(flags as Integer, filetypes() as string) as string()
- method LoadDeviceModule(params as dictionary)
- method RegisterForEventNotification(objectOfInterest as ImageCaptureObjectMBS, eventsOfInterest() as string, options as dictionary)
- method SendNotification(notificationDictionary as dictionary) as Integer
- method SendNotificationAndWaitForReply(notificationDictionary as dictionary) as Integer
- method ShowDeviceBrowser
- method UnloadDeviceModule(deviceObject as ImageCaptureObjectMBS)
- 0 shared methods
- 79 constants as shared methods
This class has no sub classes.
Blog Entries
Release notes
- Version 19.3
- Deprecated ImageCaptureMBS and ImageCaptureObjectMBS classes.
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS MacOSX Plugin.
ImageCaptureEventsMBS - ImageCaptureObjectMBS