Click or drag to resize

OutputStreamFilter Constructor

Creates a new Filter from an IOutputStream instance.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public OutputStreamFilter(
	IOutputStream outputStream
)

Parameters

outputStream
Type: IOutputStream
The source of the backing store.
See Also