PrintCollation
PrintCollation
PrintCollation
PrintCollation
Enum
Definition
Specifies the collation option.
public : enum class PrintCollationpublic enum PrintCollationPublic Enum PrintCollation// 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
| Collated Collated Collated Collated | An option to specify that collation has been selected for the printed output. |
| Default Default Default Default | The default collation option. |
| NotAvailable NotAvailable NotAvailable NotAvailable | An unsupported collation option. |
| PrinterCustom PrinterCustom PrinterCustom PrinterCustom | A custom collation option that is specific to the print device. |
| Uncollated Uncollated Uncollated Uncollated | An option to specify that collation has not been selected for the printed output. |