ConflictStatus Enumeration (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
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)
Syntax

Visual Basic
<ComVisibleAttribute(False)> _
Public Enumeration ConflictStatus
C#
[ComVisibleAttribute(false)]
public enum ConflictStatus
Visual C++
[ComVisibleAttribute(false)]
public enum class ConflictStatus
F#
[<ComVisibleAttribute(false)>]
type ConflictStatus
XAML Attribute Usage
<object property="enumerationMemberName" .../>
Members

Member name Description
NoConflict No conflicts were found between the initial merged print ticket and the supported printer functions.
ConflictResolved 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.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

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.
See Also

Reference