IGraphicFactoryGetOutputFormats Method |
Public API of XMLmind XSL-FO Converter for .NET
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax string[] GetOutputFormats()
Function GetOutputFormats As String()
array<String^>^ GetOutputFormats()
Return Value
Type:
StringRemarks
In order to be useful to XMLmind XSL-FO Converter, a factory
must return one or more of "image/png",
"image/x-wmf", "image/x-emf".
See Also