This property enables automatic border detection. This property is only enabled when using a custom-built user interface (UiMode= 2).
[Visual
Basic] imagekitcontrolname.Scan.BorderDetection
[ = Boolean ]
[Visual
C++] imagekitcontrolname.GetScan().SetBorderDetection(BOOL
Val)
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 2(ikScanNONUI) and the PaperSize property is 1000(ikScanUndefinedSize). 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 or the IsCapSupportedVariant method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.