Hi All,

Does someone knows how to manage printer settings programmatically?
System.Drawing.Printing.PrinterSettings class allows to change them for
a custom document but I need to do it not for one document but for an
installed printer in general, the same way I can do it manually by
opening Printers folder on my local computer, selecting printer and
changing it's settings. When I do it manually there is no difference if
a printer is local or network one. Is there a convenient way to do it
via .NET? At least, I'd like to find a way to manage settings of network
printers.

Thanks,
Artem