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
)
Public Sub New (
bufferSize As Integer,
isInput As Boolean
)
public:
MemoryFilter(
[InAttribute] int bufferSize,
[InAttribute] bool isInput
)
pdftron.Filters.MemoryFilter = function(bufferSize, 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