PrintQueue.PrintingIsCancelled Property

Definition

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

public:
 property bool PrintingIsCancelled { bool get(); void set(bool value); };
public bool PrintingIsCancelled { get; set; }
member this.PrintingIsCancelled : bool with get, set
Public Property PrintingIsCancelled As Boolean

Property Value

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

Applies to