Reputation: 15643
To retrieve the list of printers I use:
new LocalPrintServer().GetPrintQueues(new[] { EnumeratedPrintQueueTypes.Local, EnumeratedPrintQueueTypes.Connections })
How do I determine, which of the printers is the default printer?
Note: the System.Printing.dll
assembly is used.
Upvotes: 8
Views: 5888