PrintWorkflowJobIssueKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public enum class PrintWorkflowJobIssueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1114112)]
enum class PrintWorkflowJobIssueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1114112)]
public enum PrintWorkflowJobIssueKind
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowJobIssueKind.other
Public Enum PrintWorkflowJobIssueKind
- Héritage
-
PrintWorkflowJobIssueKind
- Attributs
Champs
Other | 0 | |
AttentionRequired | 1 | |
DoorOpen | 2 | |
MarkerSupplyLow | 3 | |
MarkerSupplyEmpty | 4 | |
MediaJam | 5 | |
MediaEmpty | 6 | |
MediaLow | 7 | |
OutputAreaAlmostFull | 8 | |
OutputAreaFull | 9 | |
JobPrintingError | 10 |