Blazor Project Configuration
Referencing JSPrintManager Razor Component
JSPrintManager is a Razor Component which is used in your Blazor project to generate Client Print Jobs. A Client Print Job allows you to specify which client printer to use (Default, one specific Printer Name, display system Printer dialog box or some LPT or RS232 COM port) as well as the commands or files you want to print or send to the specified client printer.
To use JSPrintManager Razor Component in your Blazor project you have to add the following NuGet reference:
PM> Install-Package Neodynamic.Blazor.JSPrintManager