Click or drag to resize

PdfDataResponseWrite Method (Byte, Int32, Int32)

Writes a block of bytes to the current stream using data read from a buffer.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer to write data from.
offset
Type: SystemInt32
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
count
Type: SystemInt32
The maximum number of bytes to write.
See Also