This property removes the black borders, formed during scanning or copying, from around the images. This property is only enabled when using a custom-built user interface (UserInterface= 2).

[Visual Basic] Public Property Border As Integer
[C#] public int Border {get; set;}

Property Value

Epson Scan Driver (Border Correction for Epson scanners is called "Edge Fill")

Value Explanation
0 Border correction is not used
1 Border correction is used

 

Panasonic Scan Driver (Border Removal)

Value Explanation
0 Border is not removed
1 Border is removed - automatic mode (Detects the edges of the document area and corrects to the width specified)
2 Border is removed - fixed mode (Corrects uniformly from the edges of the image to the width specified)

 

Default value is 0.

Explanation

The Border property removes the black borders, formed during scanning or copying, from around the images and is enabled for Epson and Panasonic scan drivers only.  This property sets whether or not border correction is used. For Epson scanners, border correction is known as "Edge Fill". For Panasonic scanners border correction is known as "Border Removal".

If the Border property is 1 or more, then the color set in the BorderColor property is used as the fill color.

The Border property is enabled with the UserInterface property is set to Suppress. To check whether or not border correction is supported, please refer to the IsCapabilitySupported method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation