Click or drag to resize
ConverterSetInput Method (TextReader)
Public API of XMLmind XSL-FO Converter for .NET
Sets the conversion input source.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public void SetInput(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
A character stream to be used as the conversion input.
See Also