PrintTicketScope 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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
- 繼承
- 屬性
欄位
DocumentScope | 1 | 單一文件。 |
JobScope | 2 | 整個列印工作。 |
PageScope | 0 | 單一頁面。 |
備註
使用此列舉主要做為 的方法PrintQueue中的MergeAndValidatePrintTicket參數。
這個列舉中的值會平行處理 Print Schema 中的 PrintTicket 關鍵詞範圍前置詞,其中 PrintTicket 中每個關鍵詞都必須以 “Job” 或 “Document” 或 “Page” 範圍前置詞開頭。