PDA

View Full Version : How to get the printer Model...


José Pérez Hernández
May 4th 04, 07:52 PM
Hi,

I would like to get the printer model, given a printername.

I'm using the dotnet framework, and it has a string collection that gives me
the names of the printers installed (PrinterSettings.InstalledPrinters). It
also have a property named (PrinterSettings.driverName) and i suspect that
is the correct but it is declared privated.

Some idea ?

Regards, José.

Google