Reputation:
PrintDialog in .NET 3.5 hasnt a filed PrinterSettings. How can I set PrinterName and similar things in .Net 3.5?
Upvotes: 1
Views: 1042
Reputation: 942267
The PrintDialog.PrinterSettings property has been around since .NET 1.0
Upvotes: 2
Reputation: 4361
In the documentation, it says it is supported in 3.5
Edit: you can also use WMI queries:
Upvotes: 0