PrintCollation 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
照合順序オプションを指定します。
public enum class PrintCollation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintCollation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintCollation
var value = Windows.Graphics.Printing.PrintCollation.default
Public Enum PrintCollation
- 継承
-
PrintCollation
- 属性
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 で導入)
|
フィールド
Collated | 3 | 印刷出力で照合順序が選択されていることを指定するオプション。 |
Default | 0 | 既定の照合順序オプション。 |
NotAvailable | 1 | サポートされていない照合順序オプション。 |
PrinterCustom | 2 | 印刷デバイスに固有のカスタム照合順序オプション。 |
Uncollated | 4 | 印刷出力で照合順序が選択されていないことを指定するオプション。 |