PrintDuplex
PrintDuplex
PrintDuplex
PrintDuplex
Enum
Definition
Specifies the duplex option.
public : enum class PrintDuplexpublic enum PrintDuplexPublic Enum PrintDuplex// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Default Default Default Default | The default duplex option. |
| NotAvailable NotAvailable NotAvailable NotAvailable | An unsupported duplex option. |
| OneSided OneSided OneSided OneSided | The option to print on only one side of the sheet. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom duplex option that is specific to the print device. |
| TwoSidedLongEdge TwoSidedLongEdge TwoSidedLongEdge TwoSidedLongEdge | The option to print on both sides of the sheet, flipped along the long edge. |
| TwoSidedShortEdge TwoSidedShortEdge TwoSidedShortEdge TwoSidedShortEdge | The option to print on both sides of the sheet, flipped along the short edge. |