PrintJobPriority Enum

Definition

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
Inheritance
PrintJobPriority

Fields

Default 1

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.

Applies to