PdfDataResponseWrite Method (Byte, Int32, Int32) |
Writes a block of bytes to the current 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,
int offset,
int count
)
Public Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
Parameters
- buffer
- Type: SystemByte
The buffer to write data from. - offset
- Type: SystemInt32
The zero-based byte offset in buffer at which to begin copying bytes to the current stream. - count
- Type: SystemInt32
The maximum number of bytes to write.
See Also