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

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

Syntax

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

See Also