How can I save multipage WinForm to PDF & how can I print it?
thanks, Ofir
A good framework is pdfSharp.
You can capture the form (there are few ways of doing it, this is one sample). Than write the image stream a pdf object (you can find many samples for this in the pdfSharp web site).