ConverterSetInput Method (XmlReader) |
Public API of XMLmind XSL-FO Converter for .NET
Sets the conversion input source.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public void SetInput(
XmlReader reader
)
Public Sub SetInput (
reader As XmlReader
)
public:
void SetInput(
XmlReader^ reader
)
Parameters
- reader
- Type: System.XmlXmlReader
An XML reader to be used as the conversion input.
See Also