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.
The previous programmer used an older version (2.2.2) of Aspose.BarCode.BarCodeReader. When I look at the help and examples for the latest version, I only see Aspose.BarCodeRecognition.BarCodeReader with slightly different constructors, methods and properties. Specifically, the code I'm taking over uses the Orientation property.
- Are both of these classes still valid but used for different purposes, or has one been deprecated?
- If they're both still valid, is one more suitable for simply reading bar codes from tiff images? I would assume BarCodeRecognition.BarCodeReader.
- Is there an equivalent of Orientation in the BarCodeRecognition.BarCodeReader class? I don't see anything in the help.
Thanks.
Bruce McGee