ImageGear .NET - Updated
ImGearIsisLoadScannerOption Enumeration

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace : ImGearIsisLoadScannerOption Enumeration
Option to show configuration UI.
Members
MemberDescription
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

Object
   ImageGear.Web.Isis.ImGearIsisLoadScannerOption

See Also

Reference

ImageGear.Web.Isis Namespace