I am trying to change couple of properties of a printer at runtime.
Specifically Output Paper Bin and Print and Hold feature provided by
this particular printer. As these properties are specific to certain
drivers, they are not accessible through
System.Drawing.Printing.PrinterSetting Class. I was wondering if there
is a way to set these properties using Windows API (DEVMODE or
PRINTER_INFO#). If there is then a code snippet in C# or C++ will be
greatly helpful.
Thanks !