Click or drag to resize
ConverterSetOutput Method (TextWriter)
Public API of XMLmind XSL-FO Converter for .NET
Sets the conversion output destination.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public void SetOutput(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
A character stream to be used for the conversion output.
Remarks
Note: this method is not suitable for Office Open XML (.docx) or OpenDocument (.odt) output.
See Also