Neodynamic.SDK.ThermalLabel.WindowsPrinting 15.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neodynamic.SDK.ThermalLabel.WindowsPrinting --version 15.0.0
                    
NuGet\Install-Package Neodynamic.SDK.ThermalLabel.WindowsPrinting -Version 15.0.0
                    
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.SDK.ThermalLabel.WindowsPrinting" Version="15.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Neodynamic.SDK.ThermalLabel.WindowsPrinting" Version="15.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Neodynamic.SDK.ThermalLabel.WindowsPrinting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Neodynamic.SDK.ThermalLabel.WindowsPrinting --version 15.0.0
                    
#r "nuget: Neodynamic.SDK.ThermalLabel.WindowsPrinting, 15.0.0"
                    
#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.
#:package Neodynamic.SDK.ThermalLabel.WindowsPrinting@15.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Neodynamic.SDK.ThermalLabel.WindowsPrinting&version=15.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Neodynamic.SDK.ThermalLabel.WindowsPrinting&version=15.0.0
                    
Install as a Cake Tool

Allow printing ThermalLabel SDK content from WPF and WinForms scenarios

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
15.0.26.225 42 2/26/2026
15.0.0 103 2/20/2026
14.0.25.1125 645 12/1/2025
14.0.25.1113 242 11/14/2025
14.0.25.1111 300 11/13/2025
14.0.25.721 701 7/22/2025
14.0.25.611 335 6/19/2025
14.0.25.609 358 6/9/2025
14.0.25.501 26,061 5/7/2025
14.0.0 900 2/11/2025
13.0.24.811 507 8/12/2024
13.0.23.1207 10,089 12/7/2023
13.0.23.1205 178 12/6/2023
13.0.0 498 11/3/2023
12.0.0 3,372 12/23/2022
11.0.22.1021 1,426 10/21/2022
11.0.22.1020 572 10/20/2022
11.0.22.1019 563 10/19/2022
11.0.22.922 767 9/22/2022
11.0.22.712 2,030 7/13/2022
Loading failed

● New! Added PortNumber to UsbDevice class. Now, PrintUtils.GetUsBDevices() will return that value for each USB device found.
● New! Support for BiDirectional (a.k.a. BIDI) Communication through USB, RS232 Serial COM, Parallel LPT, and TCP/IP ports.
● New! Added scale params to PrintAsGraphic method.