Saturday, January 23, 2016

Duplex Printing in c#

Duplex printing is a feature of the printer, not all printers support it.
 
You are not controlling the printing of the document, you are telling the system to print it which means it will be printed on the default printer using the settings set by the user for that printer.
 
Therefore your only option is to have the user set the printer to duplex by default, which means every print will duplex.

No comments:

Post a Comment