C# 调用指定打印机 (并不是默认)
时间:2018-12-24 23:15:37
收藏:0
阅读:564
this.printDocument1.PrinterSettings.PrinterName = "Microsoft XPS Document Writer"; this.printDocument1.Print(); //直接打印开始打印 (调用的是默认打印机)(系统会自动默认一个打印机)
原文:https://www.cnblogs.com/enych/p/10171439.html
评论(0)