This property enables automatic border detection. This property is only enabled when using a custom-built user interface (UserInterface= 2).

[Visual Basic] Public WriteOnly Property BorderDetection As Boolean
[C#] public bool BorderDetection {set;}

Property Value

Value Explanation
True Automatic border detection is enabled
False Automatic border detection is disabled

Explanation

The BorderDetection property enables automatic border detection. The document plate scan area will automatically be set according to paper size. This property is only enabled when the UserInterface property is Suppress and the PaperSize property is UndefinedSize (or values of 1000 or more). Note: If a digital camera image or other scan device does not support this functionality, then this property is disabled. To find out if the datasource supports this functionality, please execute the IsCapabilitySupported  method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation