Printers attached to windows machine
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I like to find out programatically the users for the printers in C# That is if you go to start -- settings -- printers and faxes and select a printer and right click its properties you should find security there. I want to access the users inside that security and see if a particular user is there programatically. I did some research and found out that Win32_Printer class can be used to get all the printers connected to a computer but not able to figure out how to get to the security of it. Any help is greatly appreciated.