Click or drag to resize
IGraphicFactoryGetOutputFormats Method
Public API of XMLmind XSL-FO Converter for .NET
Returns the list of output MIME types supported by ConvertGraphic(IGraphic, String, Double, Double, Object, IGraphicEnv).

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
string[] GetOutputFormats()

Return Value

Type: String
Remarks
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