PrintSystemJobInfo.IsRestarted 属性

定义

获取一个值,该值指示打印作业是否已重新启动。

public:
 property bool IsRestarted { bool get(); };
public bool IsRestarted { get; }
member this.IsRestarted : bool
Public ReadOnly Property IsRestarted As Boolean

属性值

如果打印机正在打印,则为 true;否则为 false

注解

当作业重新启动时,它将全部打印。 与使用 Resume 方法(在暂停时恢复作业)进行对比。

适用于

另请参阅