Click or drag to resize
ConverterSetOutput Method (String)
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(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of a file to be used for the conversion output.
See Also