ConverterSetOutput Method (String) |
Public API of XMLmind XSL-FO Converter for .NET
Sets the conversion output destination.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public void SetOutput(
string fileName
)
Public Sub SetOutput (
fileName As String
)
public:
void SetOutput(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
The name of a file to be used for the conversion output.
See Also