PrintQueueStream Methods
Assembly: System.Printing (in System.Printing.dll)
| Name | Description | |
|---|---|---|
![]() | BeginRead(array<Byte>^, Int32, Int32, AsyncCallback^, Object^) | |
![]() | BeginWrite(array<Byte>^, Int32, Int32, AsyncCallback^, Object^) | Begins an asynchronous write operation. (Overrides Stream::BeginWrite(array<Byte>^, Int32, Int32, AsyncCallback^, Object^).) |
![]() | Close() | Closes the stream and releases any resources, such as sockets and file handles, that are associated with it.(Overrides Stream::Close().) |
![]() | CopyTo(Stream^) | Reads the bytes from the current stream and writes them to another stream.(Inherited from Stream.) |
![]() | CopyTo(Stream^, Int32) | Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.(Inherited from Stream.) |
![]() | CopyToAsync(Stream^) | Asynchronously reads the bytes from the current stream and writes them to another stream.(Inherited from Stream.) |
![]() | CopyToAsync(Stream^, Int32) | Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size.(Inherited from Stream.) |
![]() | CopyToAsync(Stream^, Int32, CancellationToken) | Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.(Inherited from Stream.) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | CreateWaitHandle() | Obsolete. Allocates a WaitHandle object.(Inherited from Stream.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the PrintQueueStream and optionally releases the managed resources.(Overrides Stream::Dispose(Boolean).) |
![]() | EndRead(IAsyncResult^) | |
![]() | EndWrite(IAsyncResult^) | Ends an asynchronous write operation.(Overrides Stream::EndWrite(IAsyncResult^).) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Enables a PrintQueueStream to attempt to free resources and perform other cleanup operations before the PrintQueueStream is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | Flush() | Clears all the buffers for this stream and writes any buffered data to the underlying device.(Overrides Stream::Flush().) |
![]() | FlushAsync() | Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.(Inherited from Stream.) |
![]() | FlushAsync(CancellationToken) | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests.(Inherited from Stream.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | HandlePackagingProgressEvent(Object^, PackagingProgressEventArgs^) | Enables the PrintQueueStream to respond to the packaging progress by handling the PackagingProgressEvent. |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | ObjectInvariant() | |
![]() | Read(array<Byte>^, Int32, Int32) | Reads a sequence of bytes from the stream and advances the read/write position in the stream by the number of bytes that were read.(Overrides Stream::Read(array<Byte>^, Int32, Int32).) |
![]() | ReadAsync(array<Byte>^, Int32, Int32) | Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.(Inherited from Stream.) |
![]() | ReadAsync(array<Byte>^, Int32, Int32, CancellationToken) | Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.(Inherited from Stream.) |
![]() | ReadByte() | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.(Inherited from Stream.) |
![]() | Seek(Int64, SeekOrigin) | Sets the read/write position within the stream.(Overrides Stream::Seek(Int64, SeekOrigin).) |
![]() | SetLength(Int64) | Sets the length of the stream.(Overrides Stream::SetLength(Int64).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Write(array<Byte>^, Int32, Int32) | Writes a sequence of bytes to the stream and advances the read/write position in the stream by the number of bytes that are written.(Overrides Stream::Write(array<Byte>^, Int32, Int32).) |
![]() | WriteAsync(array<Byte>^, Int32, Int32) | Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.(Inherited from Stream.) |
![]() | WriteAsync(array<Byte>^, Int32, Int32, CancellationToken) | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.(Inherited from Stream.) |
![]() | WriteByte(Byte) | Writes a byte to the current position in the stream and advances the position within the stream by one byte.(Inherited from Stream.) |

