PrintQueueStream Constructor (PrintQueue, String, Boolean, PrintTicket)
.NET Framework (current version)
Initializes a new instance of the PrintQueueStream class for the specified print job that is hosted in the specified PrintQueue, with the specified settings and an indication of whether data in the PrintQueueStream should be committed when the stream is closed.
Assembly: System.Printing (in System.Printing.dll)
[SecurityCriticalAttribute] public PrintQueueStream( PrintQueue printQueue, string printJobName, bool commitDataOnClose, PrintTicket printTicket )
Parameters
- printQueue
-
Type:
System.Printing.PrintQueue
The PrintQueue that hosts the print job that provides the content of the stream.
- printJobName
-
Type:
System.String
The name of the print job that provides the content of the stream.
- commitDataOnClose
-
Type:
System.Boolean
true to commit data in the PrintQueueStream when the Close method is called; otherwise, false.
- printTicket
-
Type:
System.Printing.PrintTicket
The settings of the print job.
.NET Framework
Available since 4.5
Available since 4.5
Show: