开发者

Print document without open the dialog box in C#

开发者 https://www.devze.com 2023-02-22 12:21 出处:网络
I have created a scheduler that print开发者_运维问答 number of document in a day, i want to print these document silently(without opening the printer),

I have created a scheduler that print开发者_运维问答 number of document in a day, i want to print these document silently(without opening the printer),

Can any one help me how to print document in c# without opening the dialog box.


doc.PrintController = new StandardPrintController();
doc.Print();
0

精彩评论

暂无评论...
验证码 换一张
取 消