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.

适用于