Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.BarCode for C++ 24.1 Linux

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 45.57MB
  • Date Added:
  • 25/1/2024

Description

It contains Aspose.BarCode for C++ 24.1 Linux release.

File Details

Recognize and Generate Micro QR & rMQR Barcodes

C++ developers can recognize and generate Micro QR and rMQR barcodes on Linux with Aspose.BarCode for C++ 24.1. Expand the potential of your barcode processing solutions with the ability to encode and decode Micro QR and rMQR codes. This example highlights the generation and recognition of the Micro QR code:


System::String codetext = u"Aspose";
auto generator = System::MakeObject<BarcodeGenerator>(EncodeTypes::MicroQR, codetext);

generator->get_Parameters()->get_Barcode()->get_QR()->set_MicroQRVersion(MicroQRVersion::M4);
auto image = generator->GenerateBarCodeImage();
auto reader = System::MakeObject<BarCodeReader>(image, DecodeType::MicroQR);

System::Console::WriteLine(System::String(u"Codetext: ") + reader->get_FoundBarCodes()[0]->get_CodeText());

Source*

Finer Barcode Recognition with Improved Quality Settings

Utilize the new quality settings added in this barcode API version to optimize barcode recognition for various scenarios, ranging from high-quality codes to damaged ones.

Bug Fixes and Improvements

Benefit from essential bug fixes and enhancements in this release for a more robust development experience and a stable codebase.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.BarCode for C++ 24.1 Release Notes.

 English