PrintQueue.KeepPrintedJobs 속성

정의

프린터 언어 파일을 인쇄한 후 삭제하지 않고 큐에 저장하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

큐에 프린터 언어 파일이 저장되면 true이고, 그렇지 않으면 false입니다.

설명

프린터에서 이 의미의 신호를 지원하지 않는 경우 속성은 항상 false.입니다.

적용 대상