ConverterSetInput Method (Stream) |
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(
Stream stream
)
Public Sub SetInput (
stream As Stream
)
public:
void SetInput(
Stream^ stream
)
Parameters
- stream
- Type: System.IOStream
A byte stream to be used as the conversion input.
See Also