Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 765 Bytes

File metadata and controls

44 lines (29 loc) · 765 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Graphics.Printing.OptionDetails.PrintOptionType
winrt enum
xbox

PrintOptionType

-description

Specifies the print task option types.

-enum-fields

-field Unknown:0

Unknown option type.

-field Number:1

A type of option that is numerical.

-field Text:2

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

-field ItemList:3

A type of option that is a list of items.

-field Toggle:4

A type of option that is a toggle.

-remarks

Version history

Windows version SDK version Value added
1803 17134 Toggle

-examples

-see-also