打印/预览 WPF RichTextBox - ApplicationCommands.PrintPreview?
我真的很喜欢 WPF RichTextBox,以及它附带的所有开箱即用的功能...但打印是我遇到的问题。 我可以使用 PrintDialog 进行打印(从代码中),并将 RichTextBox 作为视觉对象传递(或使用“文档”)。
但我的问题是,是否有一种简单的方法来使用应用程序命令:
- ApplicationCommands.Print
- ApplicationCommands.PrintPreview
使用 WPF RichTextBox? 另外,我将如何让用户更改页面布局等?
I'm really loving the WPF RichTextBox, and all of the out-of-the-box functionality it comes with...but printing is something that I'm having trouble with. I can print (from code) using a PrintDialog and passing in my RichTextBox as a Visual (or by using the "Document").
But my question is, is there a simple way to use the application commands:
- ApplicationCommands.Print
- ApplicationCommands.PrintPreview
With a WPF RichTextBox? Also, how would I go about letting the user change the page layout and such?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 http://blogs.msdn.com/llobo/archive/2007/01/24/printing-richtextbox-content-find-the-idle-printer.aspx
Take a look at http://blogs.msdn.com/llobo/archive/2007/01/24/printing-richtextbox-content-find-the-idle-printer.aspx