PrintQueue Constructor (PrintServer, String, Int32)
Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and print schema version.
Namespace: System.Printing
Assembly: System.Printing (in System.Printing.dll)
public PrintQueue( PrintServer printServer, string printQueueName, int printSchemaVersion )
Parameters
- printServer
- Type: System.Printing.PrintServer
The print server that hosts the print queue.
- printQueueName
- Type: System.String
The name of the print queue.
- printSchemaVersion
- Type: System.Int32
The version of the Print Schema to use.
PrintQueue constructors that do not include a PrintSystemDesiredAccess parameter default to UsePrinter access.
The Print Schema version released with Windows Vista is "1".
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.