PdfDataResponseWrite Method (Stream) |
Writes a block of bytes to the response output stream using data read from a
Stream.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void Write(
Stream stream
)
Public Sub Write (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream to write data from.
See Also