This property sets whether or not border correction is used in certain Epson and Panasonic scanners. This property is only enabled when using a custom-built user interface.

[C++Builder]   imagekitcontrolname->Scan->Border [ = short ]
[Delphi]   imagekitcontrolname.Scan.Border [ = Smallint ]

Property Value

 

Epson scan drivers (Border Correction for Epson scanners is called "Edge Fill")

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

 

Panasonic scan drivers (Border Removal)

Value Explanation
0 Border removal is not used
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

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. If used, border correction is set via the scan driver's user interface. For Epson scanners, border correction is known as "Edge Fill". For Panasonic scanners border correction is known as "Border Removal". After using the scan driver's interface to set the appropriate values for border correction, then if the UiMode property is vikScanNONUI, the Border property will determine if border correction is used.

To determine if this property is supported by the datasource, execute the IsCapSupported method.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation