Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / AdditionalReadingPass Property




In This Topic
AdditionalReadingPass Property
In This Topic
Gets and sets a value which determines if additional processing pass will be performed on a scaled (reduced) version of the original image.
Syntax
'Declaration
 
Public Property AdditionalReadingPass As Boolean
 
'Usage
 
Dim instance As Reader
Dim value As Boolean
 
instance.AdditionalReadingPass = value
 
value = instance.AdditionalReadingPass

Property Value

A boolean value which represents whether or not additional reading pass will be performed.
Remarks

If this property is set to true, additional processing pass of a scaled (reduced) version of the original image will be performed (scale factor equal to 0.5). After analyzing both these images, results from the pass that yields a higher confidence value would be reported. This step is strictly an extra analysis step which increases response time. It can be used for barcode images with repetitive noise artifacts around the bars which cause normal recognition pass to misread.

Default value: false

See Also