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

适用于