Share via


PrintWorkflowAttributesMergePolicy Enum

Definition

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

public enum class PrintWorkflowAttributesMergePolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class PrintWorkflowAttributesMergePolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum PrintWorkflowAttributesMergePolicy
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowAttributesMergePolicy.mergePreferPrintTicketOnConflict
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

DoNotMergeWithPrintTicket 2

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

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.

Applies to