views:

11

answers:

1

Hey Everyone,

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?

+1  A: 

You're writing Server Side code, so the InstalledPrinters are for the server.

GenericTypeTea