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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.