This documentation is archived and is not being maintained.
ValidationResult Structure
Visual Studio 2010
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)
The ValidationResult type exposes the following members.
| 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 | Determines whether the specified ValidationResult is equal to the current ValidationResult. (Overrides ValueType::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Gets the hash code associated with the ValidationResult and its PrintTicket and print stream. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Determines if the specified ValidationResult objects are equal. |
![]() ![]() | Inequality | 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.
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:
