PrintoutStatus Enumeration |
Printout validation status
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum PrintoutStatus
<SerializableAttribute>
Public Enumeration PrintoutStatus
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
NotValidated | 0 |
Printout never was validated (i.e. unknown)
|
Valid | 1 |
Valid
|
Invalid | 2 |
Invalid
|
See Also