This documentation is archived and is not being maintained.

ValidationResult Structure

Represents a merged PrintTicket that is guaranteed to be viable, with a report of any settings that were changed to make it viable.

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

[ComVisibleAttribute(false)]
public value class ValidationResult

The ValidationResult type exposes the following members.

  NameDescription
Public propertyConflictStatusGets a value indicating whether a conflict occurred between the functionality supported by the printer and the functionality requested in the initial merger of two source PrintTickets.
Public propertyValidatedPrintTicketGets a PrintTicket object that results from the merging of two PrintTicket objects, which might have been adjusted to ensure its viability.
Top

  NameDescription
Public methodEqualsDetermines whether the specified ValidationResult is equal to the current ValidationResult. (Overrides ValueType::Equals(Object).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeGets the hash code associated with the ValidationResult and its PrintTicket and print stream. (Overrides ValueType::GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns the fully qualified type name of this instance. (Inherited from ValueType.)
Top

  NameDescription
Public operatorStatic memberEqualityDetermines if the specified ValidationResult objects are equal.
Public operatorStatic memberInequalityDetermines if the specified ValidationResult objects are not equal.
Top

If the initial PrintTicket asks for printing functionality that the printer does not support, the printer driver resolves all conflicts in order to produce a viable ticket.

The following example shows how to use the values of this type while merging two print tickets.

No code example is currently available or this language may not be supported.

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: