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

適用於