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