Click or drag to resize
ConverterListEncodings Method
Public API of XMLmind XSL-FO Converter for .NET
Lists the available encodings for the specified output format.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static string[] ListEncodings(
	OutputFormat format
)

Parameters

format
Type: XmlMind.FoConverterOutputFormat
The output format.

Return Value

Type: String
The list of available encodings.
See Also