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 (DLLs Only)

Download  Support Forum 

File Details

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

Description

It contains Aspose.BarCode for .NET 24.1 (DLLs-only) release.

File Details

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.

Read and Generate Micro QR & rMQR Barcodes

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*

High Quality Barcode Recognition

With the latest API release, you can experience precise control over barcode recognition quality, allowing you to tailor performance for specific needs.

Bug Fixes

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.

 English