ImageGear for Silverlight
ImGearIsisLoadScannerOption Enumeration
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace : ImGearIsisLoadScannerOption Enumeration




Glossary Item Box

Option to show configuration UI.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ShowConnectedDriverList2 Lists, by default, all scanners detected as available for use. The application user can expand the list to show all scanners found on the system. As a result, this option is the same as ShowDriverList except that the default view is different.
ShowDeviceList3 Displays the configuration window for the last used scanner. If this is the first time a scanner is being loaded, or if the last used scanner cannot be loaded, then the list of all scanners found on the system is displayed instead (same behavior as ShowDriverList).
ShowDriverList1 Lists all scanners found on the system, whether or not they are detected as currently available for use.
UseLastConfiguration0 Loads the last used driver, along with its most recent configuration settings. No UI is displayed. If this is the first time a scanner is being loaded, or if the last used scanner cannot be loaded, then the list of all scanners found on the system is displayed instead (same behavior as ShowDriverList).

Remarks

Specifies which options to make available in the user interface when a scanner is loaded.

Some settings are remembered between sessions and are loaded automatically based on the value of this option. Settings are remembered separately for each application ID. This means that different applications using the toolkit behave independently, even when running on the same computer.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Isis.ImGearIsisLoadScannerOption

See Also

©2013. Accusoft Corporation. All Rights Reserved.