PrintOptionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the print task option types.
public enum class PrintOptionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintOptionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintOptionType
var value = Windows.Graphics.Printing.OptionDetails.PrintOptionType.unknown
Public Enum PrintOptionType
- Inheritance
-
PrintOptionType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown option type. |
Number | 1 | A type of option that is numerical. |
Text | 2 | A type of option that is a string or some text. |
ItemList | 3 | A type of option that is a list of items. |
Toggle | 4 | A type of option that is a toggle. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1803 | 17134 | Toggle |