Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 license.
Created 6th January 2020, last changed 8th January 2020
