PrintDialog in .NET 3.5 hasnt a filed PrinterSettings. How can I set PrinterName and similar things in .Net 3.5?
Asked
Active
Viewed 1,023 times
2 Answers
2
The PrintDialog.PrinterSettings property has been around since .NET 1.0

Hans Passant
- 922,412
- 146
- 1,693
- 2,536
-
I should have mentioned that I'm referring to this one http://msdn.microsoft.com/en-us/library/system.windows.controls.printdialog(v=VS.90).aspx – RoflcoptrException Feb 22 '11 at 18:24
-
Please tag your question correctly. It doesn't exist in WPF because PrinterSettings is not a WPF class. – Hans Passant Feb 22 '11 at 18:26
0
In the documentation, it says it is supported in 3.5
Edit: you can also use WMI queries:

Community
- 1
- 1

Please treat your mods well.
- 4,321
- 1
- 25
- 35