PrintJobStatus Enum
Represents the status of print.
public enum PrintJobStatus
Public Enum PrintJobStatus
Inheritance: ObjectValueTypeEnumPrintJobStatus
Fields
PrintJobStatus.BlockedDevQ | 512 | Indicates that a print driver cannot print the job.. |
PrintJobStatus.Complete | 4096 | Indicates that a print job has been sent to the printer. |
PrintJobStatus.Deleted | 256 | Indicates that a print job has been deleted. |
PrintJobStatus.Deleting | 4 | Indicates that a print job is being deleted. |
PrintJobStatus.Error | 2 | Indicates that an error occurred while printing. |
PrintJobStatus.None | 0 | Indicates that a print job has not started. |
PrintJobStatus.NotStarted | 8388608 | Indicates that a print job has not started. |
PrintJobStatus.Paused | 1 | Indicates that a print job is paused. |
PrintJobStatus.Printed | 128 | Indicates that a print job has printed. |
PrintJobStatus.PrinterOffline | 32 | Indicates that a printer is offline. |
PrintJobStatus.PrinterOutOfPaper | 64 | Indicates that a printer is out of paper. |
PrintJobStatus.Printing | 16 | Indicates that a print job is printing. |
PrintJobStatus.RequiresUserIntervention | 1024 | Indicates that a printer has an issue that requires the user to do something. |
PrintJobStatus.Restarting | 2048 | Indicates that a print job has been restarted. |
PrintJobStatus.Retained | 8192 | Indicates that a print job has been retained in the print queue following printing.. |
PrintJobStatus.Spooling | 8 | Indicates that a print job is spooling. |
PrintJobStatus.StatusUnAvailable | 1048575 | Indicates that a print job's status is not available and have been removed from the printer queue. |
Licensing Info
This enum is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.