Click or drag to resize

MappedFileWriteToFile 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: SystemString
The output filepath.
append
Type: SystemBoolean
True to append to existing file contents, false to overwrite.

Implements

IFilterWriteToFile(String, Boolean)
See Also