WorkflowPrintTicketValidationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values that represent the validation status for a print ticket.
public enum class WorkflowPrintTicketValidationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class WorkflowPrintTicketValidationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum WorkflowPrintTicketValidationStatus
var value = Windows.Graphics.Printing.PrintSupport.WorkflowPrintTicketValidationStatus.resolved
Public Enum WorkflowPrintTicketValidationStatus
- Inheritance
-
WorkflowPrintTicketValidationStatus
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
Resolved | 0 | The print ticket was modified to resolve conflicts. |
Conflicting | 1 | The print ticket options conflict and could not be resolved. |
Invalid | 2 | The print ticket has invalid XML or an invalid namespace. |
Remarks
For more information, see Print support app design guide.