PrintQueue.DefaultPriority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default priority that is given to each new print job added to the queue.
public:
virtual property int DefaultPriority { int get(); void set(int value); };
public virtual int DefaultPriority { get; set; }
member this.DefaultPriority : int with get, set
Public Overridable Property DefaultPriority As Integer
Property Value
The default priority for print jobs added to the queue. Possible values range from 1 through 99. The default is 1.
Remarks
A print job's priority can be changed by users after it enters the print queue.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.