Click or drag to resize

FilterReaderReadToBuffer Method

Reads data to the buffer.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IBuffer ReadToBuffer(
	uint num_bytes
)

Parameters

num_bytes
Type: SystemUInt32
The number of bytes to read.

Return Value

Type: IBuffer
A buffer containing the data.
See Also