Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
DocumentCameraScan.Scan
Show the dialog to scan.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DocumentCameraScan | 10.0 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "DocumentCameraScan.Scan" )
Parameters
none
Result
Returns OK or error.
Description
Show the dialog to scan.Please use DocumentCameraScan.Initialize before and check DocumentCameraScan.Supported to make sure you only show the button when it may work.
Examples
Start the dialog:
Set Variable [ $r ; Value: MBS( "DocumentCameraScan.Scan" ) ]
If [ MBS("IsError") ]
Show Custom Dialog [ "Failed to scan" ; $r ]
End If
See also
- DocumentCameraScan.Clear
- DocumentCameraScan.Close
- DocumentCameraScan.Initialize
- DocumentCameraScan.Supported
- DocumentCameraScan.Title
- IsError
Example Databases
Blog Entries
This function checks for a paid license.
Created 6th January 2020, last changed 8th January 2020
