PrintTicketScope Enum

Definition

Specifies whether a PrintTicket applies to an entire print job, one document within the print job, or just a page within the print job.

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
Inheritance
PrintTicketScope
Attributes

Fields

DocumentScope 1

A single document.

JobScope 2

An entire print job.

PageScope 0

A single page.

Remarks

Use this enumeration primarily as a parameter in the MergeAndValidatePrintTicket method of a PrintQueue.

The values in this enumeration parallel the PrintTicket keyword scoping prefix in the Print Schema, where in the PrintTicket every keyword must start with either the "Job" or "Document" or "Page" scoping prefix.

Applies to