IronBarcode for .NET Releases

Released: Sep 8, 2023

Updates in 2023.9.45

Features

  • Added 'IronSoftware.Common' as a new dependency.
  • Updated 'IronSoftware.System.Drawing' to version 2023.9.2.
  • Updated 'IronSoftware.Native.PdfModel' to version 2023.9.18570.

Fixes

  • Fixed memory stream disposal issues in 'ToJpegStream()', 'ToPngStream()', and 'ToTiffStream()'.

Released: Jul 31, 2023

Updates in 2023.8.4

Features

  • Updated IronSoftware.Native.PdfModel to 2023.8.17287.

Released: Jul 3, 2023

Updates in 2023.7.1

Features

  • You can now use IronSoftware.Native.PdfModel to read and write PDF.
  • Updated IronSoftware.System.Drawing to 2023.7.1.

Released: May 29, 2023

Updates in 2023.6.1

Features

  • Improved Asynchronous Processing: The ReadPdfAsync method has been updated to fully respect the asynchronous task.
  • Updated IronSoftware.System.Drawing to 2023.6.1.

Fixes

  • PostBuildEvent Runtime Folder Copy Fix: Resolved an issue related to copying the runtime folder during PostBuildEvent.

Released: May 1, 2023

Updates in 2023.5.1

Features

  • Updated IronSoftware.System.Drawing to 2023.4.4.

Fixes

  • Fixed issue that prevented running in debug mode unlicensed.
  • Fixed an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects.

Released: Mar 30, 2023

Updates in 2023.4.1

Features

  • Updated IronSoftware.System.Drawing to 2023.3.3.

Fixes

  • Fixed misalignment issue between actual barcode coordinates and those provided by IronBarcode.

Released: Mar 2, 2023

Updates in 2023.3.2

Fixes

  • Fixed an issue with the Code39 barcode reader where the UseCode39ExtendedMode property was not correctly decoding extended characters.
  • Fixed an issue where setting the font color for barcode text annotations was not working correctly.
  • Fixed a warning that was being thrown when using ReadingSpeed.Detail on certain PDF documents.
  • Fixed a bug where duplicate barcodes were being ignored by the barcode reader.

Released: Feb 2, 2023

Updates in 2023.2.2

Features

  • Added support for GS1-128 barcodes.
  • Updated to use IronSoftware.System.Drawing v2023.2.2.

Fixes

  • Fixed a bug where some small custom dimensions produced blurry outputs.

Released: Jan 1, 2023

Updates in 2023.1.11395

Features

  • Updates to use IronSoftware.System.Drawing v2023.1.11379.

Fixes

  • Fixed an issue when installing BarCode for use on .NET Framework.
  • Fixed a bug when creating a Code39 Barcode containing the '%' character.
  • Fixed a bug when reading a Tiff image and returning incorrect colors.
  • Fixed a bug where ToHtmlTag() was not applying custom width.

Released: Mar 10, 2022

Updates in 2022.x

2022.11.10702

Updated Nov 28, 2022

Features

  • 'BarCodeReader.ReadAsync()' now includes more options for reading single barcodes.
  • Added async support to 'BarCodeReader' read methods, so that you can now use 'await' to avoid freezing your software.
  • Upgraded to use the latest version of IronSoftware.System.Drawing (v2022.11.10457).
  • Added support for loading TIFF images with frames of varying dimensions.

Fixes

  • Fixed a bug affecting reading license keys from the config file on some systems.
  • Fixed a bug...