Get the printers on Printserver
This article describes how to find printers on the network or server/local.
1. Using EnumeratedPrintQueueTypes
Output:
Refer to the source code of EnumeratedPrintQueueTypes
. You can specify multiple types.
2. With InstalledPrinters
Use PrinterSettings.InstalledPrinters
to get the names of all printers installed on the computer.