print a txt to the default printer with c#

前端 未结 4 1327
星月不相逢
星月不相逢 2020-12-15 13:01

Is there a way to send a .txt to a printer using c#?

something like

string doc = \"c:\\temp.txt\";
sendToPrinter(doc);
4条回答
提交回复
热议问题