Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Developers can utilize the improved barcode quality recognition and support for Micro QR and rMQR codes added to Aspose.BarCode for .NET 24.1 and upgrade their C#, VB.NET barcode processing apps. Get started by downloading the DLLs-only package of this API release.
You can easily decode and encode Micro QR and rMQR barcode types with this release of the C# barcode API and expand your application’s barcode capabilities. This code example demonstrates how to read and generate rMQR codes using C#:
var codetext = "Aspose"; using (var generator = new BarcodeGenerator(EncodeTypes.RectMicroQR, codetext)) { generator.Parameters.Barcode.QR.RectMicroQrVersion = RectMicroQRVersion.R11x77; var image = generator.GenerateBarCodeImage(); using (var reader = new BarCodeReader(image, DecodeType.RectMicroQR)) { reader.ReadBarCodes(); Console.WriteLine("Codetext: {0}", reader.FoundBarCodes[0].CodeText); } }
Source*
With the latest API release, you can experience precise control over barcode recognition quality, allowing you to tailor performance for specific needs.
Aspose.BarCode for .NET 24.1 addresses various reported problems to ensure a smoother app development experience.
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.BarCode for .NET 24.1 Release Notes.