I have an application that was set up by previous programmer to take text from a RichTextBox and print it using a function that called PrintRTF that it seems is quite familiar with many programmers. I have added functionality to the application that takes the text, saves it as an RTf ad then zips and emails the file. Works great except for one thing. The printRTF function allows margins to be entered and the reports are based on this. When I saveFile there are no margins so my files come out as 2 pages instead of 1. Any thought s on how to introduce margins in the saveFile process.