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]
This property is of type
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.
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. |
PrintFile Class |
PrintFile Class Members |