BarcodeReader - Area not working

Just tried to use the barcodereader with the new area parameter, and it seems to me like its either not working or I misunderstand the purpose. It does not find any barcodes, even if i select the whole image as area.

Bitmap img;

...

// Barcode found

BarCodeReader reader = new BarCodeReader(img, BarCodeReadType.Code39Extended);

// No Barcode found
BarCodeReader reader = new BarCodeReader(img, new Rectangle(Point.Empty, img.Size), BarCodeReadType.Code39Extended);

while (reader.Read())
{
Console.WriteLine(reader.GetCodeText());
}

// close reader
reader.Close();

Hi,

I have reproduced this bug at my end and also logged it in our bug tracking system (ID: 17707). We will inform you as soon as it is fixed. Sorry for the inconvenience.

The issues you have found earlier (filed as 17707) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan