If I’m calling PrinterSettings.InstalledPrinters in my web application; is that referring to the printers on the computer that the site is being hosted on, or the printers on the computer of the user that’s accessing the application?
If I’m calling PrinterSettings.InstalledPrinters in my web application; is that referring to the printers
Share
You’re writing Server Side code, so the
InstalledPrintersare for the server.