PrintJobPriority 枚举
定义
指定某打印作业相对于打印队列中的其他打印作业的非数字优先级。Specifies a non-numerical priority for a print job relative to other print jobs in the print queue.
public enum class PrintJobPriority
public enum PrintJobPriority
type PrintJobPriority =
Public Enum PrintJobPriority
- 继承
字段
Default | 1 | 一个作业,具有 DefaultPriority 的 PrintQueueStream。A job that has the DefaultPriority for the PrintQueueStream. |
Maximum | 99 | 具有最高优先级的作业。A job that has the highest priority. |
Minimum | 1 | 具有最低优先级的作业。A job that has the lowest priority. |
None | 0 | 不包含非数字优先级的作业。A job that has no non-numerical priority. |