ConverterSetInput Method (String) |
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(
string url
)
Public Sub SetInput (
url As String
)
public:
void SetInput(
String^ url
)
Parameters
- url
- Type: SystemString
A URL to be used as the conversion input.
See Also