Printing the contents of an RTFTextBox
Can anyone point me at resources which describe how to print RTF text from a textbox control?
I've found various articles which describe how to print a plain text file using stream reader, or printing single lines of text but nothing that concerns RTF.
Alternatively, how can I get an RTF file which exists on disc to print using .NET 2?
Kind regards,
John.
|