Neodynamic.Windows.ThermalLabelEditor 5.0.3500.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neodynamic.Windows.ThermalLabelEditor --version 5.0.3500.14
NuGet\Install-Package Neodynamic.Windows.ThermalLabelEditor -Version 5.0.3500.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neodynamic.Windows.ThermalLabelEditor" Version="5.0.3500.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neodynamic.Windows.ThermalLabelEditor --version 5.0.3500.14
#r "nuget: Neodynamic.Windows.ThermalLabelEditor, 5.0.3500.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Neodynamic.Windows.ThermalLabelEditor as a Cake Addin
#addin nuget:?package=Neodynamic.Windows.ThermalLabelEditor&version=5.0.3500.14

// Install Neodynamic.Windows.ThermalLabelEditor as a Cake Tool
#tool nuget:?package=Neodynamic.Windows.ThermalLabelEditor&version=5.0.3500.14

ThermalLabel Editor Add-on is a first-class barcode label designer component for .NET Windows desktop apps (WinForms & WPF) which empowers your own apps by providing an end-user visual label editor! It features visual aids for the creation of items like texts, barcodes, pictures and shapes; an undo/redo engine, Cut-Copy-Paste functionality, Z-ordering, zooming, keyboard shortcuts for well-known common actions, In-place text edition for TextItem objects and many more features! It is also very customizable so you can skin it to match the app’s UI style on which it will be hosted in. With the ThermalLabel Editor component, you can allow your end-users to create, load, edit and save ThermalLabel objects in the form of XML template file definition or .NET object within your own .NET apps. You can also export the labels to PDF or raster image formats by leveraging the ThermalLabel SDK ThermalLabel Editor provides First-Class Internationl Barcode Standards compliance. Neodynamic is an expert in the barcode field and all the barcode algorithms were written from ground up based on the official specifications. ThermalLabel Editor leverages the ThermalLabel SDK and provides you and your end-users with barcode generation for most popular Linear (1D), Postal &amp; 2D Symbologies/Standards including Code 39, Code 128, GS1-128 (formerly EAN/UCC-128), GS1 DataBar (RSS-14),  EAN 13 &amp; UPC, Postal (USPS, British Royal Mail, Australia Post, DHL, etc.), Data Matrix (including GS1 version), QR Code, PDF 417, UPS MaxiCode, Micro QR Code, ALL EAN/UPC Composite Barcodes (CC-A, CC-B &amp; CC-C)  and many more!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.3514.331 286 3/31/2014
5.0.3514.130 66 1/31/2014
5.0.3500.14 89 10/22/2013
5.0.3500.11 52 4/17/2013
5.0.3500.8 84 11/26/2012
5.0.3500.7 86 11/1/2012
5.0.3500.6 122 10/26/2012
5.0.3500.5 49 9/12/2012
5.0.3500.4 50 7/28/2012

# Improved! An exception will be thrown if a BarcodeItem or ImageItem cannot be generated

#Improved! An error is displayed on the Visual Label Editor canvas if a BarcodeItem cannot be generated

Fixed! MicroQR Code bug in Error Correction algorithm

Fixed! Bug in Visual Editor Add-on component for Windows Forms when LabelDocumentFrameBackgroundImage property is set to an empty string

# New! Added LabelDocumentFrameBackgroundImage property to ThermalLabelEditor for Windows Forms. Use it to set up a background image file for the label. Useful for pre-printed labels where user just need to design the blank zones.

#Fixed! CacheItemId property was not persisted when updating it on the PropertyGrid control of the Visual Label Editor sample app.