PrintWorkflowAttributesMergePolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |