Click or drag to resize

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
)

Parameters

buffer
Type: SystemByte
The source buffer data.

Return Value

Type: UInt32
The number of bytes actually written to a stream.
See Also