Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- scanner
- The scanner to set.
- 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.
A list of scanners that are installed on the system can be retrieved using the GetScannersAsync method.
If you want to use a built-in user interface to show the scanner list or use the previously selected scanner, use the SetScannerAsync(ImGearIsisLoadScannerOption loadScannerOption, ImGearIsisOperationCompleted callback) method overload instead.