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 Schema 中的 PrintTicket 关键字范围前缀并行,在 PrintTicket 中,每个关键字都必须以“Job”或“Document”或“Page”范围前缀开头。

适用于