PrintQueue::IsWarmingUp Property

 

Gets a value that indicates whether the printer is warming up.

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

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

Property Value

Type: System::Boolean

true if the printer is warming up; otherwise, false.

If the printer does not support a signal with this meaning, then the property is always false.

.NET Framework
Available since 3.0
Return to top
Show: