I am looking for best practices in regards to printing from a WinForms application.
- What are the pitfalls?
- What layout techniques work?
- Would it be easier to use WPF for printing (MSDN WPF Printing Overview)?
In my particular case, I have an existing WinForms application that needs to be extended with printing functionality. The program should not just print the content on the screen, but take some of the data in the form and put it in a template and print that.
Thanks, Egil.