This documentation is archived and is not being maintained.

ConflictStatus Enumeration

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

Namespace:  System.Printing
Assembly:  ReachFramework (in ReachFramework.dll)

[ComVisibleAttribute(false)]
public enum class ConflictStatus
<object property="enumerationMemberName" .../>

Member nameDescription
NoConflictNo conflicts were found between the initial merged print ticket and the supported printer functions.
ConflictResolvedOne or more conflicts were found and all conflicts were resolved.

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.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: