PrintOptionType
PrintOptionType
PrintOptionType
PrintOptionType
Enum
Definition
Specifies the print task option types.
public : enum class PrintOptionTypepublic enum PrintOptionTypePublic Enum PrintOptionType// 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
| ItemList ItemList ItemList ItemList | A type of option that is a list of items. |
| Number Number Number Number | A type of option that is numerical. |
| Text Text Text Text | A type of option that is a string or some text. |
| Unknown Unknown Unknown Unknown | Unknown option type. |