How to Detect Orientation of a Detected Barcode
Contents
[
Hide
]
Aspose.BarCode allows developers to detect the orientation of a detected barcode by calling the getAngle() method of the BarCodeReader class.
Figure: A rotated barcode |
The barcode (rotated 270 degrees) recognized after executing the code that follows is shown in the figure below: |
Figure: The detected orientation is 270 degree after example code execution |