Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...