WPF中如何不使用打印对话框直接打印?
我只是想知道如何在 WPF 中打印流程文档而不显示打印对话框。
感谢您的帮助...
I just want to know how I can print a flow document without showing Print Dialog in WPF.
Thanks for help…
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 PrintDialog 类而不显示对话框(无需调用 ShowModal)
You can use the PrintDialog class without showing the dialog (without calling ShowModal)
这是更改默认打印机或更改其他设置的方法之一:
This is one of the ways you can change default printer or change other settings:
尝试
Try