Platforms to show: All Mac Windows Linux Cross-Platform
VNDocumentCameraScanMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Continuity Camera | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
When the document camera scans a document, it returns the resulting information in this format, through the didFinishWithScan event.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- 3 methods
- method Constructor Private
- method imageOfPageAtIndex(Index as Integer) as Variant
- method pictureOfPageAtIndex(Index as Integer) as Picture
This class has no sub classes.
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.5
- Segment documents in images for Xojo
- The Top 10 from the MBS Xojo Plugins in 2022
- News from the MBS Xojo Plugins Version 22.5
- MBS Xojo Plugins, version 22.5pr4
- Document Camera Scan functions for Xojo on iOS
Xojo Developer Magazine
- 23.2, page 10: News
- 23.1, page 10: News
- 21.1, page 32: News from MBS Xojo Plugins, What's up with MonkeyBread Software by Stefanie Juchmes
Release notes
- Version 22.5
- Added VNDocumentCameraViewControllerMBS and VNDocumentCameraScanMBS classes to scan documents on iOS.
Some events using this class:
- VNDocumentCameraViewControllerMBS.didFinishWithScan(scan as VNDocumentCameraScanMBS)
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS iOS Plugin.
VNDetectTextRectanglesRequestMBS - VNDocumentCameraViewControllerMBS
