Click or drag to resize

PdfDataResponseWrite Method (Byte)

Writes a block of bytes to the response output 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
)

Parameters

buffer
Type: SystemByte
The buffer to write data from.
See Also