Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- loadScannerOption
- Scanner configuration options to make available to the application user.
- callback
- Callback which is called after a scanner is set.
Return Value
ImGearIsisOperationStatus value.You must set a scanner before creating a scan job. Only one scanner can be set at a time. Any previously set scanner is unloaded automatically.
This method loads a scanner based on the user’s selection. A built-in user interface is displayed to show the scanner list. If you want to manage the scanner list yourself, use the SetScannerAsync(ImGearIsisScanner scanner, ImGearIsisOperationCompleted callback) method overload instead. A list of scanner drivers on the machine can be retrieved using the GetScannersAsync method.