ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : ScanDistance Property |
'Declaration Public Property ScanDistance As Integer
'Usage Dim instance As ImGearBarcodeReader Dim value As Integer instance.ScanDistance = value value = instance.ScanDistance
public int ScanDistance {get; set;}
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.