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.ScanMode
[C#] public Newtone.ImageKit.ScanMode Mode {get; set;}

Property Value

This value is of 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. When Mode property is PositiveFilm1 or PositiveFilm2, these are enabled when using an Epson scan driver supporting these functions. When Mode property is PositiveFilm2, it is possible to use functions that support a film area guide. When Mode property is InformationFile, the InformationFileName property must contain the name of the file where the scanner manufacturer's interface properties will be saved.

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).

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation