PrintOptionType Enum

Definition

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

ItemList 3

A type of option that is a list of items.

Number 1

A type of option that is numerical.

Text 2

A type of option that is a string or some text.

Toggle 4

A type of option that is a toggle.

Unknown 0

Unknown option type.

Remarks

Version history

Windows version SDK version Value added
1803 17134 Toggle

Applies to