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.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ConflictStatus | 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. |
![]() | ValidatedPrintTicket | Gets a PrintTicket object that results from the merging of two PrintTicket objects, which might have been adjusted to ensure its viability. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified ValidationResult is equal to the current ValidationResult.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets the hash code associated with the ValidationResult and its PrintTicket and print stream.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ValidationResult, ValidationResult) | Determines if the specified ValidationResult objects are equal. |
![]() ![]() | Inequality(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.
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.



