PrintDuplex 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
双方向オプションを指定します。
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 | 短い端に沿って反転して、シートの両側に印刷するオプション。 |