Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个调度程序,可以在一天内打印文档数量,我想静默打印这些文档(不打开打印机),
任何人都可以帮助我如何在不打开对话框的情况下用 c# 打印文档。
doc.PrintController = new StandardPrintController(); doc.Print();