haradej Posted August 4, 2006 Posted August 4, 2006 Hello all, I program C# with Visual Studio 2003. I want to use printer functionality in my application. The problem is that I do have no clue how to save and load printer settings between multiple runs of my application. I defined a PrintDialog pdlgBon and a PrintDocument pdlgBon.Document and I am able to print using the PrintPageEventHandler and calling pdlgBon.Document.Print(). But I can't tell this PrintDialog to print to a file apart from checking the CheckBox in the PrintDialog.ShowDialog()-Form. Please tell me how to save and restore the chosen printer settings. Best regards HaraDej Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.