Anyone know a class written in C # or VB.NET that serves to print tickets in a mini printer?
Printer: EPSON TM-U220PD
Thank you for your help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your invoice is something you can contain within a
Stream(e.g. file-system file, in-memory object, etc.), you can probably easily use thePrintDocumentclass in the .NET Framework. MSDN has a simple example on how to use it.This assumes that you need to use this in a Windows Forms environment.