PrintQueue::DefaultPriority Property

 

Gets or sets the default priority that is given to each new print job added to the queue.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property int DefaultPriority {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The default priority for print jobs added to the queue. Possible values range from 1 through 99. The default is 1.

A print job's priority can be changed by users after it enters the print queue.

.NET Framework
Available since 3.0
Return to top
Show: