Click or drag to resize

InputStreamFilter.WriteToFile Method

Writes the entire filter, starting at current position, to specified filepath. Should only be called on an input filter.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void WriteToFile(
	string path,
	bool append
)

Parameters

path
Type: System.String
The output filepath.
append
Type: System.Boolean
True to append to existing file contents, false to overwrite.

Implements

IFilter.WriteToFile(String, Boolean)
See Also