Platforms to show: All Mac Windows Linux Cross-Platform
VNDocumentCameraViewControllerMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Continuity Camera | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
A view controller that shows what the document camera sees.
Present this view controller, as follows, and add it to your view controller hierarchy to scan documents.
See also ContinuityCameraMBS for macOS.
- 3 events
- event didCancel
- event didFailWithError(error as NSErrorMBS)
- event didFinishWithScan(scan as VNDocumentCameraScanMBS)
- 3 properties
- property Handle as Integer
- property isBeingPresented as Boolean
- property title as String
- 4 methods
- method Constructor
- method Destructor
- method Dismiss
- method Present
- shared property Supported as Boolean
This class has no sub classes.
Blog Entries
- MBS Xojo Plugins, version 24.3pr1
- The Top 10 from the MBS Xojo Plugins in 2022
- News from the MBS Xojo Plugins Version 22.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 22.5
- MBS Xojo Plugins, version 22.5pr4
- Document Camera Scan functions for Xojo on iOS
Xojo Developer Magazine
Release notes
- Version 24.3
- Added title property to VNDocumentCameraViewControllerMBS class.
- Version 22.5
- Added VNDocumentCameraViewControllerMBS and VNDocumentCameraScanMBS classes to scan documents on iOS.
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS iOS Plugin.
VNDocumentCameraScanMBS - VNFaceLandmarkRegion2DMBS