Neodynamic.SDK.ThermalLabel.WindowsPrinting 15.0.0

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.0 73 2/20/2026
14.0.25.1125 639 12/1/2025
14.0.25.1113 240 11/14/2025
14.0.25.1111 299 11/13/2025
14.0.25.721 699 7/22/2025
14.0.25.611 332 6/19/2025
14.0.25.609 355 6/9/2025
14.0.25.501 25,469 5/7/2025
14.0.0 857 2/11/2025
13.0.24.811 503 8/12/2024
13.0.23.1207 10,084 12/7/2023
13.0.23.1205 177 12/6/2023
13.0.0 497 11/3/2023
12.0.0 3,362 12/23/2022
11.0.22.1021 1,423 10/21/2022
11.0.22.1020 572 10/20/2022
11.0.22.1019 562 10/19/2022
11.0.22.922 766 9/22/2022
11.0.22.712 2,029 7/13/2022
11.0.0 4,846 2/4/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.