PrintWorkflowAttributesMergePolicy Enum

Definition

Specifies how attributes supplied by the Printer Support App should be merged with PrintTicket attributes.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum PrintWorkflowAttributesMergePolicy
Inheritance
PrintWorkflowAttributesMergePolicy
Attributes

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v15.0)

Fields

Name Value Description
MergePreferPrintTicketOnConflict 0

PSA attributes are merged with the attributes derived from PrintTicket, preferring the Print Ticket over PSA for the attributes with the same name.

MergePreferPsaOnConflict 1

PSA attributes are merged with the attributes derived from PrintTicket, preferring the PSA over Print Ticket for the attributes with the same name.

DoNotMergeWithPrintTicket 2

The PSA provides a new set of attributes which are not merged with the attributes derived from PrintTicket.

Applies to

Product Versions
WinRT Build 22621, Build 26100