Dot Matrix printing in C#?

前端 未结 8 2080
南笙
南笙 2020-12-13 08:03

I\'m trying to print to Dot Matrix printers (various models) out of C#, currently I\'m using Win32 API (you can find alot of examples online) calls to send escape codes dire

8条回答
  •  轮回少年
    2020-12-13 08:12

    You can refer this http://www.codeproject.com/Articles/29709/Line-Printer-Class-in-C hope helpd

提交回复
热议问题