Neodynamic ThermalLabel SDK for .NET 新版本发表

Released: Jul 24, 2019

9.0.19.718 中的更新

修补程序

  • Wrong text rotation in barcodes when rendering to ZPL commands.
  • Missing text in EAN/UPC barcodes when printing as raw commands.

Released: Jun 24, 2019

9.0 中的更新

特性

  • Support for EPSON ESC/POS compatible printers.
  • Full Color support for all items in any label. Color must be specified in hex notation like in HTML/CSS. Added the following new properties:
  • For TextItem: BackColorHex, ForeColorHex, BorderColorHex
  • For BarcodeItem: BackColorHex, ForeColorHex, BorderColorHex, BarColorHex, TextForeColorHex
  • For Shape Items: FillColorHex, StrokeColorHex
  • For ImageItem: ConvertToMonochrome (default is True for backward compatibility) - Set to False for printing color...

Released: Jan 31, 2019

8.0.19.130 中的更新

特性

  • Improved nullable type support in data binding scenarios.

修补程序

  • White Text On Black background was not rendered correctly with 90 or 270 degrees rotation.
  • Bug in BarcodeItem when Sizing is FitProportional in data binding scenarios under both Windows and Web Label Editors.

Released: May 29, 2018

8.0.18.525 中的更新

特性

  • Added Editable property to Items. When setting to False, the Item cannot be modified or deleted through the Visual Editor.

修补程序

  • Text location was shifted depending on AntiAlias setting in TextItem and BarcodeItem objects.

Released: Apr 17, 2018

8.0 中的更新

特性

  • ThermalLabel SDK is now a .NET Standard 2.0+ library which means it can be used in any projects targeting the following platforms:
    • .NET Core 2.0+
    • .NET Framework 4.6.1+
    • Mono 5.4+
    • Xamarin.iOS 10.14+
    • Xamarin.Android 8.0+
    • Xamarin.Mac 3.8+
    • Universal Windows Platform (UWP) 10.0.16299+
  • Export labels to SVG vector image format.
  • Darkness setting for ThermalLabel object.
  • PDF Metadata (Author, Creator, Producer, Subject, and Title) to specify when exporting labels to that document format.
  • Exporting...

Released: Mar 31, 2017

7.0 中的更新

特性

  • Fingerprint Command Language generation that supports Honeywell/Intermec Thermal Printers.
  • Rich Text supporting Bold, Italic and Underline formats for TextItem by using [b][/b], [i][/i] and [u][/u] markup tags respectively.
  • Added GetBinaryNativePrinterCommands method to PrintJob class to get the output printer commands bytes generated by the SDK based on the PrintJob settings.
  • Added mirror printing support. Must be specified to brand new PrintMirror property of ThermalLabel object.
  • Added...

Released: Jun 2, 2015

Updates in this release

Updates in 6

  • Upload any TTF font to the printer's memory and then use it with any TextItem object that supports UTF-8 text.
  • Added support for Multilingual Code Page to Native Printer Fonts in both ZPL and EPL formats.
  • Added full support for ZPL standard Font "0", a scalable font built in to the firmware.
  • Error handling exception now enabled.
  • New barcode symbologies added including Han Xin Code (2D) Chinese Barcode, GS1 QR Code, IFA PPN (securPharm) 2D Data Matrix with PZN8 auto conversion, HIBC...

Released: Jun 1, 2011

Updates in this release

Updates in 4.0.3500.8

  • Added new WPF (Windows Presentation Framework) samples reproducing the same Windows Forms samples
  • Improved the GS1-128 (formerly EAN/UCC-128) barcode algorithm when doing AIs concatenation
  • Fixed a bug in the Auto encoding mode on PDF-417 barcode

Released: Apr 11, 2011

Updates in this release

Updates in 4.0

  • A complete and re-written labeling engine.
  • An unified object model which will allows you to create ONE label and print it to either ZPL or EPL printer getting the SAME output printing.
  • Added preview thermal labels without needed a physical printer. It is useful for testing as well as developing.
  • Added Print Orientation feature. You can now print ThermalLabel objects in Portrait and Landscape orientation with 90, 180 & 270 degrees rotation.
  • Added exportation of PrintJob &amp...

Released: May 5, 2010

Updates in this release

Updates in 3.0

  • New Barcode Symbologies added: USPS Intelligent Mail, Royal Mail 4-State Customer Code, Australia Post 4-State Barcode, Royal TPG Post KIX 4-State Barcode, Singapore 4-State Postal Code, Telepen, Pharmacode
  • Added Graphic Text items featuring Text Sizing, AutoSize, Multiline, Unicode support, RTL (Hebrew, Arabic, etc.), Custom and installed Windows TTF files, alignment, rotation, White text on black, Counters and Data Masking
  • Added "Multi-column label design/printing". You can...