PrintQueueStream::Write Method (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.

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

public:
[SecurityCriticalAttribute]
virtual void Write(
	array<unsigned char>^ buffer,
	int offset,
	int count
) override

Parameters

buffer
Type: array<System::Byte>^

An array of bytes from which to copy to the stream.

offset
Type: System::Int32

The zero-based byte offset in the buffer where you want to begin copying bytes to the stream.

count
Type: System::Int32

The number of bytes to write to the stream.

.NET Framework
Available since 3.0
Return to top
Show: