Read Barcode Properties

Contents
[ ]

As a result of barcode reading, Aspose.BarCode for .NET allows not only decoding the main data stored in a barcode, but also getting information about its technical parameters, such as type, placement region, orientation angle, and metadata. The library saves this information in a specific object type called BarCodeResult so that each instance of this class corresponds to one processed barcode. In the articles listed below, it is explained how to get the required information about barcode properties using the functionality of Aspose.BarCode for .NET.

Article Description
Get Barcode Placement Region and Orientation Angle Explains how to get information about barcode coordinates and rotation angle
Get Barcode Type and Encoded Data Demostrates how to fetch the barcode type and data stored in this barcode
Get Barcode Metadata Describes how to retrieve barcode metadata