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.48.0.0 (3.48.0.0)
Syntax public void Write(
byte[] buffer
)
Public Sub Write (
buffer As Byte()
)
Parameters
- buffer
- Type: SystemByte
The buffer to write data from.
See Also