Read Barcode Properties

Contents
[ ]

As a result of barcode reading, Aspose.BarCode for JavaScript via C++ allows you to decode not only the main data stored in a barcode but also technical details such as type, placement region, orientation angle, and metadata. This information is stored in an object of type BarCodeResult, where each instance corresponds to one processed barcode. The following articles explain how to retrieve information about barcode properties using Aspose.BarCode for JavaScript via C++:

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 Demonstrates how to fetch the barcode type and data stored in the barcode.
Get Barcode Metadata Describes how to retrieve barcode metadata.