.NET Framework Class Library
PrintJobType Enumeration
Specifies whether the print job uses XML Paper Specification (XPS).
Assembly: System.Printing (in System.Printing.dll)
Syntax
Visual Basic
Public Enumeration PrintJobType
C#
public enum PrintJobType
Visual C++
public enum class PrintJobType
F#
type PrintJobType
Members
| Member name | Description | |
|---|---|---|
| Legacy | A non-XPS print job. | |
| Xps | An XPS print job. | |
| None | Not specified whether the print job is XPS. |
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also