FilterWriterWriteBuffer Method |
Writes a buffer to the stream.
Namespace:
pdftron.Filters
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint WriteBuffer(
byte[] buffer
)
Public Function WriteBuffer (
buffer As Byte()
) As UInteger
public:
virtual unsigned int WriteBuffer(
[InAttribute] array<unsigned char>^ buffer
) sealed
function WriteBuffer(buffer);
Parameters
- buffer
- Type: SystemByte
The source buffer data.
Return Value
Type:
UInt32
The number of bytes actually written to a stream.
See Also