PrintTicketScope Enumeration

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

Namespace: System.Printing
Assembly: ReachFramework (in reachframework.dll)

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration PrintTicketScope
'Usage
Dim instance As PrintTicketScope

/** @attribute ComVisibleAttribute(false) */ 
public enum PrintTicketScope
ComVisibleAttribute(false) 
public enum PrintTicketScope
<object property="EnumerationValue" .../>

 Member nameDescription
DocumentScopeA single document. 
JobScopeAn entire print job. 
PageScopeA 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. For more on the Print Schema keywords, see Print Schema Keywords.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: