Gets or sets a value indicating whether the print job should be canceled.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public Property Cancel As Boolean
C#
public bool Cancel { get; set; }
Visual C++
public:
property bool Cancel {
	bool get ();
	void set (bool value);
}
JavaScript
function get_cancel();
function set_cancel(value);

See Also