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 22.1

Download  Support Forum 

File Details

  • Downloads:
  • 26
  • File Size:
  • 15.2 MB
  • Posted By:
  • alkhimov
  • Views:
  • 47
  • Date Added:
  • 1/26/2022

Release Notes

Description

It contains Aspose.BarCode for .NET 22.1 release.

File Details

Improved Barcode Size Handling of CompactPDF417

Previously in some instances the incorrect barcode size for Compact PDF417 / Truncated PDF417 was observed. This issue has been resolved in the current version of the API.

The following C# code sample demonstrates how to generate CompactPDF417 barcode using API:

BarcodeGenerator gen = new BarcodeGenerator(EncodeTypes.Pdf417, "Åspóse.Barcóde©");
gen.Parameters.Barcode.XDimension.Pixels = 2;
gen.Parameters.Barcode.Pdf417.Columns = 3;
//set Pdf417 truncated or Compact Pdf417
gen.Parameters.Barcode.Pdf417.Pdf417Truncate = true;
gen.Save($"{path}CompactPdf417Basic.png", BarCodeImageFormat.Png);

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.BarCode for .NET 22.1 Release Notes.

 English