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

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 11.79MB
  • Date Added:
  • 19/7/2024

Description

It contains Aspose.BarCode for .NET 24.7 (MSI) release.

File Details

Looking to process barcodes on the .NET platform? Utilize the advanced features in Aspose.BarCode for .NET 24.7 (MSI) to empower your applications with .NET 8 compatibility and barcode and QR code generation and recognition features.

.NET 8 Support

Seamlessly integrate barcode generation and recognition capabilities to your .NET 8 projects using this release of the .NET barcode processing API.

Refined QR Code Recognition

Aspose.BarCode for .NET now offers flawless QR code recognition by augmenting the HighQuality preset. Developers can read QR codes with greater precision owing to this update, as showcased in the following code example.


using (BarCodeReader reader = new BarCodeReader("qr.jpg", DecodeType.QR))
{
    reader.QualitySettings = QualitySettings.HighQuality;
    foreach (BarCodeResult result in reader.ReadBarCodes())
        Console.WriteLine(result.CodeText);
}

Source*

Accurate Australia Post Generation

Create compliant Australia Post barcodes with the optimized AustralianPostShortBarHeight parameter added to the latest C# barcode library version. Check out the following coding sample to learn how to use this functionality in C#.

BarcodeGenerator gen = new BarcodeGenerator(EncodeTypes.AustraliaPost, "6212345678AP");
gen.Parameters.Barcode.AustralianPost.AustralianPostEncodingTable = CustomerInformationInterpretingType.CTable;
gen.Parameters.Barcode.BarHeight.Pixels = 100;
gen.Parameters.Barcode.AustralianPost.AustralianPostShortBarHeight.Pixels = 10;
gen.Parameters.Barcode.Padding.Left.Pixels = 10;
gen.Parameters.Barcode.Padding.Top.Pixels = 10;
gen.Parameters.Barcode.Padding.Right.Pixels = 10;
gen.Parameters.Barcode.Padding.Bottom.Pixels = 10;
gen.Save("AustraliaPost.png", BarCodeImageFormat.Png);

Source*

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

 English