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




scanner
The scanner to set.
callback
Callback which is called after a scanner is set.

Glossary Item Box

Loads and sets the specified scanner.

Syntax

 
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.

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.

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.