Accusoft.BarcodeXpress9.Net
ScanDistance Property
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > Reader Class : ScanDistance Property




Glossary Item Box

Gets and sets the scan distance in pixels between line sweeps when searching for 1D barcodes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Property ScanDistance As Integer
'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.ScanDistance = value
 
value = instance.ScanDistance

Remarks

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.

Default value: 5

Valid values are 1 through 10.

See Also

©2013. Accusoft Corporation. All Rights Reserved.