printing rich text

  • Thread starter Thread starter ng
  • Start date Start date
N

ng

How in the world can I print a richtextbox rtf without including the
special characters like crlf and the font definition and such? Microsoft
documentation is silent on this.
Thanks so much!

T
 
ng said:
How in the world can I print a richtextbox rtf without including the
special characters like crlf and the font definition and such? Microsoft
documentation is silent on this.

The richtextbox' 'Text' property will return the text without formatting.
However, you will have to write the printing code yourself.
 
Thanks, Herfried. But formatting is another gripe I have with .net
printing. It used to be so easy sending columnar data to a printer and
having it all line up so nicely!

T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Print the RichTextBox 9
Reading a Rich Text File 2
how do you print RTF 3
Rich Text parsing with RichTextBox 1
network stream question 6
Rich Text Box Question 8
Frustrations with RTF format. 4
Rich text file 3

Back
Top