回复 1楼GARYYOU的帖子
我使用 7.2.7725.0 AR 和 8.0.168.0 AR 在本机打印没有重现这个问题。
请问你在所有机器上都能重现这个问题还是个别机器才出现?
下面是我的代码:
- System.IO.FileStream streamRTF = new System.IO.FileStream(System.Windows.Forms.Application.StartupPath + "..\\..\\..\\Document.rtf", System.IO.FileMode.Open);
- this.richTextBox1.Load(streamRTF, RichTextType.Rtf);
复制代码 |