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” 範圍前置詞開頭。

適用於