Click or drag to resize

FilterWriterWriteFilter Method

Write the entire input stream to the output stream (i.e. to this FilterWriter).

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void WriteFilter(
	FilterReader reader
)

Parameters

reader
Type: pdftron.FiltersFilterReader
The reader for the source filter.
See Also