I am taking over a project that uses Aspose.Barcode to simply read bar codes from multi-page tiff files. I haven’t used these libraries before and have a couple of questions.
Hi Bruce,
Thanks for considering Aspose.
In older versions, we had 1 namespace (Aspose.BarCode) which contained all the classes including BarCodeReader.
Since version 3.0, new namespace has been added for recognition purpose, which is Aspose.BarCodeRecognition. BarCodeReader class has been moved to this new namespace.
For barcode reading, please use Aspose.BarCodeRecognition.BarCodeReader class.
For information regarding orientation, please visit http://www.aspose.com/documentation/.net-components/aspose.barcode-for-.net/barcode-orientation.html.
We are already users. I’m just taking over a project from someone else.
Thanks for the recommendation,shortly i was running with same issue.I really made my views clear using your link.Highly recommended.