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

単一ページ。

注釈

この列挙体は、主に 、..のメソッドPrintQueueMergeAndValidatePrintTicketパラメーターとして使用します。

この列挙体の値は、Print SchemaPrintTicket キーワード スコープ プレフィックスと並行しています。PrintTicket 内のすべてのキーワードは、"Job" または "Document" または "Page" スコープ プレフィックスで始まる必要があります。

適用対象