This property sets the color used during border correction. This property is only enabled when using a custom-built user interface (UserInterface= 2).
[Visual Basic] Public Property BorderColor As
Integer
[C#] public int BorderColor {get; set;}
Property Value
Epson Scan Driver (Border Correction for Epson scanners is called "Edge Fill")
Value | Explanation |
---|---|
0 | White |
1 | Black |
Panasonic Scan Driver (Border Removal)
Value | Explanation |
---|---|
0 | Document border color used (the color of the area near the edge of the document) |
1 | Document background color used |
2 | White |
Default value is 0.
Explanation
The Border property sets the color used during border correction. It is enabled for Epson and Panasonic scan drivers only.
If the Border property is 1 or more, then the color set in the BorderColor property is used as the fill color.
The BorderColor property is enabled with the UserInterface property is set to Suppress.