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

適用対象