PrintQueueStream Constructor
.NET Framework (current version)
Initializes a new instance of the PrintQueueStream class.
Assembly: System.Printing (in System.Printing.dll)
| Name | Description | |
|---|---|---|
![]() | PrintQueueStream(PrintQueue, String) | Initializes a new instance of the PrintQueueStream class for the specified print job that is hosted in the specified PrintQueue. |
![]() | PrintQueueStream(PrintQueue, String, Boolean) | Initializes a new instance of the PrintQueueStream class for the specified print job that is hosted in the specified PrintQueue, with an indication of whether data in the PrintQueueStream should be committed when the stream is closed. |
![]() | PrintQueueStream(PrintQueue, String, Boolean, PrintTicket) | 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. |
Show:
