PrintQueue::IsDirect Property

 

Gets a value that indicates whether the queue prints directly to the printer or spools documents first and then prints them.

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

public:
property bool IsDirect {
	bool get();
}

Property Value

Type: System::Boolean

true if the queue prints directly to the printer; otherwise, false.

This property can be set only through the Windows common print dialog.

.NET Framework
Available since 3.0
Return to top
Show: