Barcode Xpress for Java v13.9 - Updated
setScanDistance Method
com.accusoft.barcodexpress Package > BarcodeReader Class : setScanDistance Method
scan distance value in pixels. Valid values are 1 through 10.

Sets the scan distance in pixels between line sweeps when searching for 1D barcodes.

Reducing this value can help in finding barcodes which are short relative to their height. This value effects the run time of the barcode search. Smaller values will require more processing of the image.
Syntax
public void setScanDistance( 
   int scanDistance
)

Parameters

scanDistance
scan distance value in pixels. Valid values are 1 through 10.
See Also

Reference

BarcodeReader Class
BarcodeReader Members

Is this page helpful?
Yes No
Thanks for your feedback.