Click or drag to resize
ConverterConvert Method
Public API of XMLmind XSL-FO Converter for .NET
Performs the conversion.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public void Convert()
Remarks
The conversion input source and output destination must have been specified - using the SetInput and SetOutput methods - before this method is called. Unless the input source has been specified as an URL, the client code has the responsibility to close the input stream/reader. Unless the output destination has been specified as a filename, the client code has the responsibility to close the output stream/reader.
See Also