Share via


PrintTicketFeatureSelectionType Enum

Definition

Contains values that describe the selection type of a print ticket feature. This indicates whether the user can select only one option or multiple for a feature.

public enum class PrintTicketFeatureSelectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class PrintTicketFeatureSelectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum PrintTicketFeatureSelectionType
var value = Windows.Graphics.Printing.PrintTicket.PrintTicketFeatureSelectionType.pickOne
Public Enum PrintTicketFeatureSelectionType
Inheritance
PrintTicketFeatureSelectionType
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

PickMany 1

The user can select multiple options for the print feature.

PickOne 0

The user must select one option for the print feature.

Applies to