Hello,
I'm wondering, if the inital value of PrintJob.PrintOptions.DuplexMode is a robust indicator for the effective duplex setting that the printer uses.
I want to print with the DuplexMode which the user selected in the printer settings dialog. The problem is, that I merge multiple documents together into one single PrintJob and therefore I have to insert blank pages, if the source documents have odd page count to ensure no new document starts on the backside of a sheet.
Since many of these printer settings dialogs seem to be driver specific, I would assume that there might be issues with some drivers reading the selected duplex-mode setting. I have tested it with two different printer drivers and the library always correctly displayed the selected duplex-mode in the PrintJob.PrintOptions.DuplexMode setting. But I'm not sure if this is a just a conincedence with these two printer drivers or if the the inital value of PrintJob.PrintOptions.DuplexMode always reliably yields duplex-mode settings used by the underlying printer?