将 WinForms RichTextBox 设置为 PrintDocument 的源
我想打印 RichTextBox,所以我尝试制作一个 PrintDocument 从 RichTextBox 中。但我没有找到将简单的 RichTextBox 转换为 PrintDocument 的方法。有什么想法吗?
I want to print the contents of a RichTextBox, so I am trying make a PrintDocument out of the RichTextBox. But I dont find a way to convert a simple RichTextBox to a PrintDocument. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN 上有一篇关于此问题的文章,从 .NET 获取所见即所得打印结果RichTextBox:如果这是 TLDR,那么有一个压缩版本作为知识库文章,如何打印内容使用 Visual C# .NET 或 Visual C# 2005 创建 RichTextBox 控件
There's quite an extensive article on this on MSDN, Getting WYSIWYG Print Results from a .NET RichTextBox: if that's TLDR then there's a condensed version as a kb article, How to print the content of a RichTextBox control by using Visual C# .NET or Visual C# 2005