mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
205 stars 88 forks source link

Combined features from few PRs into one + some other additions and dual-build #70

Open saper-2 opened 7 months ago

saper-2 commented 7 months ago

Now it can be set like this (before calling prn.Image):

ESC_POS_USB_NET.Printer.Printer prn = new ESC_POS_USB_NET.Printer.Printer(eSelPrinter.Text);
prn.DotsInLine = Convert.ToInt32(ePrintingDots.Value);