Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

BarcodeReader - Area not working

Last post 07-08-2010, 9:29 AM by aspose.notifier. 2 replies.
Sort Posts: Previous Next
  •  06-14-2010, 2:53 AM 243177

    BarcodeReader - Area not working .NET

    Attachment: Present (inaccessible)

    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();

     
  •  06-14-2010, 3:09 PM 243353 in reply to 243177

    Re: BarcodeReader - Area not working .NET

    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.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  07-08-2010, 9:29 AM 247604 in reply to 243177

    Re: BarcodeReader - Area not working

    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.
     
View as RSS news feed in XML