PrintTicketScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
PageScope | 0 | A single page. |
DocumentScope | 1 | A single document. |
JobScope | 2 | An entire print job. |
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.