This enumeration refers to the scan driver's user interface and whether it will displayed, displayed and closed, or totally suppressed.

public enum ScanUserInterface

Public Members

Member Value Explanation
Show 0 The scan driver's user interface is displayed. It is not closed after the scan is complete
ShowandClose 1 The scan driver's user interface is displayed. It is closed after the scan is complete
Suppress 2 The scan driver's user interface is totally suppressed. A custom built user interface will be used

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation