PrintTicketScope Enumeration
.NET Framework (current version)
Specifies whether a PrintTicket applies to an entire print job, one document within the print job, or just a page within the print job.
Assembly: ReachFramework (in ReachFramework.dll)
| Member name | Description | |
|---|---|---|
| DocumentScope | A single document. | |
| JobScope | An entire print job. | |
| PageScope | A single page. |
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: