'Declaration Public Property GrayscaleProcessing As Boolean
'Usage Dim instance As Reader Dim value As Boolean instance.GrayscaleProcessing = value value = instance.GrayscaleProcessing
public bool GrayscaleProcessing {get; set;}
'Declaration Public Property GrayscaleProcessing As Boolean
'Usage Dim instance As Reader Dim value As Boolean instance.GrayscaleProcessing = value value = instance.GrayscaleProcessing
public bool GrayscaleProcessing {get; set;}
If this property is set to true, grayscale processing of specific 1D images will be performed on applicable 8bpp and 24bpp images. This property does not have any effect for any images that are less than 8bpp. When set, the recognition engine will first attempt to find any barcodes in the grayscale colorspace, then will perform normal recognition. This step is strictly an extra analysis step.
Default value: false