共用方式為


PrintSystemJobInfo.IsRetained 屬性

定義

取得值,這個值指出是否在完成列印後將列印工作儲存在佇列中。

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

屬性值

如果已儲存列印工作,則為 true,否則為 false

備註

如果 KeepPrintedJobs 對象的 屬性 PrintQueue 設定 true 為 ,而且佇列的屬性已經使用 Commit 的 方法 PrintQueue認可,列印佇列就會保留列印作業。

適用於