PrintQueue::NumberOfJobs Property

 

Gets the total number of jobs lined up in the print queue.

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

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

Property Value

Type: System::Int32

The number of jobs in the queue.

.NET Framework
Available since 3.0
Return to top
Show: