PrintQueue::QueuePrintProcessor Property

 

Gets or sets the print processor that the queue uses.

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

public:
property PrintProcessor^ QueuePrintProcessor {
	virtual PrintProcessor^ get();
	virtual void set(PrintProcessor^ value);
}

Property Value

Type: System.Printing::PrintProcessor^

The PrintProcessor that the queue uses, such as WinPrint or ModiPrint.

.NET Framework
Available since 3.0
Return to top
Show: