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

단일 페이지입니다.

설명

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

이 열거형의 값은 Print SchemaPrintTicket 키워드 범위 지정 접두사와 유사합니다. 여기서 PrintTicket 의 모든 키워드는 "Job" 또는 "Document" 또는 "Page" 범위 지정 접두사로 시작해야 합니다.

적용 대상