Get printer model in C #

403 views Asked by At

It is possible to get printer model ? . I can find information about my printer with this request :

string query = string.Format("SELECT * from Win32_Printer");

But I am not able to find the model. For example my printer model is : CLX -4190 Series.

I can not find this information anywhere.

Thanks in advance

0

There are 0 answers