Possible Duplicate:
How to get Printer Info in .NET?
In my C# program i would like to get the model of the printer. Please tell me how is it possible. Please see the screen shot. I need the text underneath the red rectangle
Possible Duplicate:
How to get Printer Info in .NET?
In my C# program i would like to get the model of the printer. Please tell me how is it possible. Please see the screen shot. I need the text underneath the red rectangle
The post mentioned in the comments has all the code you need. However, what you are looking for maybe referred to by a different printer property name.
If you have got the code running, try looking up: Caption
, Name
and DeviceID
properties. You should get what you want.