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 struct ValidationResult

NameDescription
System_CAPS_pubpropertyConflictStatus

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

System_CAPS_pubpropertyValidatedPrintTicket

Gets a PrintTicket object that results from the merging of two PrintTicket objects, which might have been adjusted to ensure its viability.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified ValidationResult is equal to the current ValidationResult.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code associated with the ValidationResult and its PrintTicket and print stream.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ValidationResult, ValidationResult)

Determines if the specified ValidationResult objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ValidationResult, ValidationResult)

Determines if the specified ValidationResult objects are not equal.

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
Available since 3.0

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

Return to top
Show: