PrintQueue.PrintingIsCancelled プロパティ

定義

現在の印刷ジョブが取り消されているかどうかを示す値を取得または設定します。

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

プロパティ値

true 印刷ジョブが取り消されている場合。それ以外の場合は false

適用対象