ImageGear for Silverlight
SetScannerAsync(ImGearIsisLoadScannerOption,ImGearIsisOperationCompleted) Method
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace > ImGearIsisScannerSession Class > SetScannerAsync Method : SetScannerAsync(ImGearIsisLoadScannerOption,ImGearIsisOperationCompleted) Method




loadScannerOption
Scanner configuration options to make available to the application user.
callback
Callback which is called after a scanner is set.

Glossary Item Box

Loads and sets a user-selected scanner.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.