PrintQueue::PrintingIsCancelled Property

 

Gets or sets a value that indicates whether the current print job is being cancelled.

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

public:
property bool PrintingIsCancelled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the print job is being cancelled; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: