Click or drag to resize

PdfDataResponseWrite Method (Stream)

Writes a block of bytes to the response output stream using data read from a Stream.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void Write(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to write data from.
See Also