Click or drag to resize
ConverterSetOutput Method (Stream)
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(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A byte stream to be used for the conversion output.
See Also