Printer Settings Dialog

  • Thread starter Thread starter Nice Chap
  • Start date Start date
N

Nice Chap

Is there any class to Display the *Printer* Settings dialog in .net at all ?
I could find Page Settings and other related dialogs but no Printer Settings
Dialog. Please...
 
* "Nice Chap said:
Is there any class to Display the *Printer* Settings dialog in .net at all ?
I could find Page Settings and other related dialogs but no Printer Settings
Dialog.

All I am able to tell you is that there is currently no managed way to
do that.
 
Thanks, but its a shame that the Printer object has vanished. We were using
properties like Port, Driver Name etc. in our old application that we are
migrating in parts to dotnet and these properties have been withdrawn.
 
Set the PrintDocuments PrintController to an instance of a
StandardPrintController. The default is a
StandardPrintControllerWithStatusDialog.
 
Back
Top