Share via


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

在工作表的兩邊列印的選項,沿著短邊緣翻轉。

適用於