PrintQueue::ScheduleCompletedJobsFirst Property

 

Gets a value that indicates whether the printer prints jobs that have completed the spooling process before jobs that have not fully spooled even if the latter entered the queue first or have a higher priority.

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

public:
property bool ScheduleCompletedJobsFirst {
	bool get();
}

Property Value

Type: System::Boolean

true if the printer prints jobs that have completed the spooling process before jobs that have not fully spooled; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: