1

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

enter image description here

Community
  • 1
  • 1
logeeks
  • 4,849
  • 15
  • 62
  • 93

1 Answers1

1

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.

Community
  • 1
  • 1
Abbas
  • 6,720
  • 4
  • 35
  • 49