What's new in DynamicBarcode Creator for .NET 2.0.3

Dec 13, 2021
  • Bug Fixes:
  • Throws a meaningful exception when the data does not fit in PDF417 barcode.

New in DynamicBarcode Creator for .NET 2.0.2 (Dec 4, 2017)

  • Aztec.HasOverflowAztec property is obsolete. Instead use Aztec.GetOverflowAztec() method and check for a null object to find whether overflow exists.

New in DynamicBarcode Creator for .NET 2.0.1 (Jun 21, 2017)

  • Includes the ability to set subset (A, B and C) for Code128 barcodes.

New in DynamicBarcode Creator for .NET 1.0.1 (Apr 7, 2016)

  • Memory issue while generating GS1 barcode has been fixed.
  • Fixed a bug where incorrect width and height are being set for DataMatrix barcode.
  • Resolved an issue with setting SymbolHeight for Postnet barcode.
  • Several UPC barcode bugs are fixed.
  • Fixed an issue that is effecting RowHeight property of StackedGS1 barcode.
  • New exception classes added InvalidFormatException, InvalidSizeException.
  • Performance improvements.