DataGate Print File Designer® - Build 8.0.355 and above

PrintFile.Duplex Property

The Duplex property indicates the duplex (double-sided) printer setting.  The default is Default indicating the printer's default duplex setting will be used.

printfile.Duplex [=System.Drawing.Printing.Duplex]

Property Value

This property is of type System.Drawing.Printing.Duplex

Note   Not all of the possible values for this enumeration may be valid for your printer.  Each printer has a limited set of acceptable values.  It is up to the programmer to select the value adequate to the actual printer used to render the output of the print file.

Remarks

If Duplex is not set, the default is the printer's default duplex setting.

To set the Duplex property, click on the right side of the property and choose one of the options in the drop-down box as shown below.


Setting Description
Default (Default) The printer's default duplex setting will be used.
Simplex Single-sided printing.
Vertical Double-sided, vertical printing.
Horizontal Double-sided, horizontal printing.

See Also

PrintFile Class | PrintFile Class Members | System.Drawing.Printing.Duplex Enumeration