Setting a printer password programmatically from C #

Is it possible to programmatically set a printer password from C #?

Or, at least, it is possible to determine whether the network printer is password protected or in some other way to prevent the password from being displayed on the server on which the program is running, and instead return an error to the client?

+3
source share
1 answer

Yes - you should be able to extract the appropriate part of this example in codeproject

+1
source

Source: https://habr.com/ru/post/1736626/


All Articles