Saving PrinterSettings

  • Thread starter Thread starter Ian Semmel
  • Start date Start date
I

Ian Semmel

If I want to have a default printer for my app (to eliminate the need for
PrintDialog all the time), what is the information I need to store.

I can serialize the the PrinterSettings to a file (I guess), but if I want to
store the info in the registry, what should I save and what steps should I take
to retrieve it ?
 
Actually, all I need is the printer name I think and setting this into
PrintSettings and calling IsValid sets it up
 
in appconfig file you can give default printer name. other way is to set the
printer name at the time of loading after checking the default printer on
the machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top