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.
Aspose.BarCode for .NET 24.1 empowers .NET developers with improved barcode quality recognition and support for Micro QR and rMQR codes. You can download the MSI installer of this API version and start processing barcodes within your C# apps.
Seamlessly 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 recognize 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*
The latest API release offers precise control over barcode recognition quality, allowing you to tailor performance for specific needs.
Aspose.BarCode for .NET 24.1 includes fixes for various reported issues 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.