Read a Barcode

I am using the Aspose.BarCode to produce a barcode in a .Net application.

I would like to know what I need to do to be able to scan this barcode and let

the application recognize it. I have a Wasp TEchnologies - WDT2200L scanner

I can be reached at msalem62@hotmail.com

Thank you in advance


This message was posted using Aspose.Live 2 Forum

Hi,

Thanks for considering Aspose.

The Aspose.BarCode.BarCodeBuilder class can generate the barcode and save as an image file. For more information, please visit http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/set-code-text-for-barcode.html.

And Aspose.BarCodeRecognition.BarCodeReader class can read/scan barcodes from an image. For more information please visit http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/introducing-barcode-recognition.html. This class is useful, if you already have an image, which is generated by a program or scanned by a scanner.

If you want the barcode image to be scanned by a hardware scanning device, please consult the vendor’s manuals/website for the required information.