This property sets the scanning mode. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic]Public Property Mode As
Newtone.ImageKit.WPF.ScanMode
[C#]public Newtone.ImageKit.WPF.ScanMode Mode
{get; set;}
Property Value
This value is of enum type ScanMode
Explanation
The Mode property sets the scanning mode. This property is enabled when the UserInterface is Suppress. When the Mode property is CameraArray or CameraThumbnailArray, the array values passed to the Execute method are enabled, otherwise these array values are disabled.
Note: Even if the scan device being used supports duplex scanning, some scan drivers will not fully support duplex scanning when the user interface is suppressed (UserInterface=Suppress).