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.48.0.0 (3.48.0.0)
Syntax public void Write(
Stream stream
)
Public Sub Write (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream to write data from.
See Also