This property enables automatic border detection. This property is only enabled when using a custom-built user interface.
[C++Builder] imagekitcontrolname->Scan->BorderDetection
[ = bool ]
[Delphi] imagekitcontrolname.Scan.BorderDetection
[ = Boolean ]
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 UiMode property is vikScanNONUI and the PaperSize property is vikScanUndefinedSize. 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 IsCapSupported method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.