I need to change the setting in the print properties that specifies either: 1. "Spool print documents..." or 2. "Print directly to the printer."
In this answer J... indicates that this can be done using the PrintQueue Class. How?
MSDN PrintQueue.isDirect (ReadOnly Property) says this: "This property can be set only through the Windows common print dialog."
I assume that applies specifically to .net and may not be true in the absolute sense. So how to change the spool/print direct setting via code?