PrintDuplex 枚举

定义

指定双工选项。

public enum class PrintDuplex
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintDuplex
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintDuplex
var value = Windows.Graphics.Printing.PrintDuplex.default
Public Enum PrintDuplex
继承
PrintDuplex
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Default 0

默认双工选项。

NotAvailable 1

不受支持的双工选项。

OneSided 3

仅打印在工作表的一侧的选项。

PrinterCustom 2

特定于打印设备的自定义双面打印选项。

TwoSidedLongEdge 5

在工作表的两侧打印的选项,沿长边缘翻转。

TwoSidedShortEdge 4

在工作表的两侧打印的选项,沿短边缘翻转。

适用于