PrintQueue Constructor (PrintServer^, String^, array<PrintQueueIndexedProperty>^)

 

Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and array of PrintQueueIndexedProperty values to initialize.

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

public:
PrintQueue(
	PrintServer^ printServer,
	String^ printQueueName,
	array<PrintQueueIndexedProperty>^ propertyFilter
)

Parameters

printServer
Type: System.Printing::PrintServer^

The print server that hosts the print queue.

printQueueName
Type: System::String^

The name of the print queue.

propertyFilter
Type: array<System.Printing::PrintQueueIndexedProperty>^

An array of PrintQueueIndexedProperty values that specifies the property values to initialize.

PrintQueue constructors that do not include a PrintSystemDesiredAccess parameter default to UsePrinter access.

The use of a constructor with the propertyFilter parameter improves performance.

.NET Framework
Available since 3.0
Return to top
Show: