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.
Some events using this class:
- VNDocumentCameraViewControllerMBS.didFinishWithScan(scan as VNDocumentCameraScanMBS)
Some examples using this class:
Blog Entries
- 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
Release notes
- Version 22.5
- Added VNDocumentCameraViewControllerMBS and VNDocumentCameraScanMBS classes to scan documents on iOS.
The items on this page are in the following plugins: MBS iOS Plugin.
VNDetectTextRectanglesRequestMBS - VNDocumentCameraViewControllerMBS
