PrintTicketScope Enumeration

Definition

Gibt an, ob ein PrintTicket für den gesamten Druckauftrag, für ein Dokument des Druckauftrags oder nur für eine Seite des Druckauftrags gilt.

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
Vererbung
PrintTicketScope
Attribute

Felder

DocumentScope 1

Ein einzelnes Dokument.

JobScope 2

Ein kompletter Druckauftrag.

PageScope 0

Eine einzelne Seite.

Hinweise

Verwenden Sie diese Enumeration in erster Linie als Parameter in der MergeAndValidatePrintTicket -Methode eines PrintQueue.

Die Werte in dieser Enumeration parallel zum PrintTicket Schlüsselwort (keyword) Bereichspräfix im Druckschema, wobei im PrintTicket jede Schlüsselwort (keyword) mit dem Bereichspräfix "Auftrag" oder "Document" oder "Page" beginnen muss.

Gilt für: