Click or drag to resize

MemoryFilter Constructor

Creates a new memory filter.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public MemoryFilter(
	int bufferSize,
	bool isInput
)

Parameters

bufferSize
Type: SystemInt32
The size of buffer to create.
isInput
Type: SystemBoolean
Indicates whether this filter is used as an input filter.
See Also