DOS Like Printing in C# .Net On Dotmatrix Printers
This document discusses printing bills from a .NET application to a dot matrix printer. It provides code for a PrintSettings class that handles printing formatting and contains methods for printing the header, details, and footer sections of a bill. The bill data is retrieved from a database and written to a text file. A batch file is also created to print the text file to the default printer port.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2K views5 pages
DOS Like Printing in C# .Net On Dotmatrix Printers
This document discusses printing bills from a .NET application to a dot matrix printer. It provides code for a PrintSettings class that handles printing formatting and contains methods for printing the header, details, and footer sections of a bill. The bill data is retrieved from a database and written to a text file. A batch file is also created to print the text file to the default printer port.