ConverterListEncodings Method |
Public API of XMLmind XSL-FO Converter for .NET
Lists the available encodings for the specified output format.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public static string[] ListEncodings(
OutputFormat format
)
Public Shared Function ListEncodings (
format As OutputFormat
) As String()
public:
static array<String^>^ ListEncodings(
OutputFormat format
)
Parameters
- format
- Type: XmlMind.FoConverterOutputFormat
The output format.
Return Value
Type:
StringThe list of available encodings.
See Also