ConflictStatus 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 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
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoConflict | 0 | No conflicts were found between the initial merged print ticket and the supported printer functions. |
ConflictResolved | 1 | One or more conflicts were found and all conflicts were resolved. |
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.