开发者

Print document without open the dialog box in C#

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜