Neodynamic ThermalLabel SDK for .NET (英語版)

バーコードのラベルを作成・プレビューし感熱紙に印刷する機能をVB.NETまたはC#で記述

Neodynamic 社の製品
2005 年より日本国内にてComponentSourceで販売中。

価格:¥ 103,510 (税込)〜 バージョン: 15.0.x 新機能 更新日: Apr 8, 2026

i

ThermalLabel Editor for .NET is a label designer for .NET Windows desktop applications, it is an add on to ThermalLabel SDK.

ThermalLabel Web Editor for ASP.NET is a visual barcode label designer component for ASP.NET websites, it is an add on to ThermalLabel SDK.

Neodynamic ThermalLabel SDK for .NET 15.0

Released: Feb 20, 2026

15.0 での更新項目

機能

  • SDK Features
    • Added support for deep data binding when using POCO (Plain Old CLR Object) through the Item's DataField prop.
    • Added support for basic HTML markup, allowing styles like color, background-color, font-family, font-weight, font-style, text-decoration and RTL layout through the TextItem class.
    • Added support for I18N text localization through .NET classes or JSON strings.
    • Added ScaleX and ScaleY props for scaling text item content in TextItem objects. Only supported when Sizing prop is set to None.
    • Added the Middle option to the TextVerticalAlignment enum.
    • Added RightSideVisible, LeftSideVisible, TopSideVisible and BottomSideVisible props to TableShapeItem.
    • Added DataFieldReplicates prop to ThermalLabel class, allowing the setting of the DataField name from the data source that must be used for specifying the number of replicates for each data source row.
    • Added ScaleX and ScaleY props to ImageSettings class for allowing to scale the whole label when exporting it to an image format.
    • Added support for ZPL ^RL command (Lock/Unlock RFID Tag Memory) through the RFIDTagItem's LockMemoryBank & PermaLockMemorySection properties.
    • Added support for ZPL ^LL command to force label length applied to all media, including Gap and Mark.
    • Improved ZPL, EPL and FP commands generation under data binding scenario with replicates.
  • Windows Printing Features
    • Added PortNumber to UsbDevice class. PrintUtils.GetUsBDevices() will now return that value for each USB device found.
    • Added support for BiDirectional (a.k.a. BIDI) communication through USB, RS232 Serial COM, Parallel LPT, and TCP/IP ports.
    • Added scale params to PrintAsGraphic method.
  • Visual Windows Label Editor Features
    • Added SnapToItems prop to specify whether the current selected items will be placed according to the edges of nearby items.
    • Added GuidelineColor prop to specify the visual aid guideline when SnapToItems prop is enabled.
    • Added support for I18N text localization through .NET classes or JSON strings.
    • Added the UpdateBaseOnI18N() method to update all the editor strings values based on the current ThermalLabel.I18N object.
  • Visual Web Editor Features
    • Added snap_to_items prop to specify whether the current selected item will be placed according to the edges of nearby items.
    • Added --guidelines-color CSS attribute to specify the visual aid guideline when snap_to_items prop is enabled.
    • Added support for I18N text localization through .NET classes or JSON strings.