Can I use printui.dll to edit the printer preferences(Number of copies to be printed).
Currently am using this dll for viewing the properties using this syntax
"RUNDLL32 PRINTUI.DLL,PrintUIEntry /e /n "myprinter" How should I change this to modify the settings like copies/paper size etc.
Note: Am attempting this to for an automation process.