ConflictStatus Enum

Definition

Specifies whether any changes were made to a merged PrintTicket to ensure a viable PrintTicket.

public enum class ConflictStatus
[System.Runtime.InteropServices.ComVisible(false)]
public enum ConflictStatus
public enum ConflictStatus
[<System.Runtime.InteropServices.ComVisible(false)>]
type ConflictStatus = 
type ConflictStatus = 
Public Enum ConflictStatus
Inheritance
ConflictStatus
Attributes

Fields

ConflictResolved 1

One or more conflicts were found and all conflicts were resolved.

NoConflict 0

No conflicts were found between the initial merged print ticket and the supported printer functions.

Remarks

When the MergeAndValidatePrintTicket method merges two PrintTicket objects, the initial print ticket may request printing functions that the printer does not support. In such cases, the printer driver changes the non-viable settings to ensure that the final print ticket is viable. The MergeAndValidatePrintTicket method uses this enumeration to report whether it had to make changes to ensure a viable print ticket.

Applies to