PrintTicketScope 열거형

정의

PrintTicket의 적용 범위가 전체 인쇄 작업인지, 인쇄 작업 내의 한 문서인지, 인쇄 작업 내의 한 페이지인지 지정합니다.

public enum class PrintTicketScope
[System.Runtime.InteropServices.ComVisible(false)]
public enum PrintTicketScope
public enum PrintTicketScope
[<System.Runtime.InteropServices.ComVisible(false)>]
type PrintTicketScope = 
type PrintTicketScope = 
Public Enum PrintTicketScope
상속
PrintTicketScope
특성

필드

DocumentScope 1

단일 문서입니다.

JobScope 2

전체 인쇄 작업입니다.

PageScope 0

단일 페이지입니다.

설명

이 열거형은 주로 의 메서드에서 MergeAndValidatePrintTicket 매개 변수로 PrintQueue사용합니다.

이 열거형의 값은 인쇄 스키마PrintTicket 키워드(keyword) 범위 지정 접두사와 평행합니다. 여기서 PrintTicket의 모든 키워드(keyword) "작업" 또는 "문서" 또는 "페이지" 범위 지정 접두사로 시작해야 합니다.

적용 대상