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 .NET 24.1

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 13.75MB
  • Date Added:
  • 21/1/2024

Description

It contains Aspose.BarCode for .NET 24.1 release (MSI installer).

File Details

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.

Micro QR & rMQR Support

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*

Barcode Recognition Quality

The latest API release offers precise control over barcode recognition quality, allowing you to tailor performance for specific needs.

Bug Fixes

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.

 English