Click or drag to resize
IGraphicFactory Interface
Public API of XMLmind XSL-FO Converter for .NET
Factory allowing to create IGraphic objects.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public interface IGraphicFactory

The IGraphicFactory type exposes the following members.

Methods
  NameDescription
Public methodConvertGraphic
Converts specified graphic to specified format, while optionally rescaling it.
Public methodCreateGraphic
Creates a graphic which represents the illustration stored as specified location.
Public methodGetInputFormats
Returns the list of input MIME types supported by CreateGraphic(String, String, Object, IGraphicEnv).
Public methodGetOutputFormats
Returns the list of output MIME types supported by ConvertGraphic(IGraphic, String, Double, Double, Object, IGraphicEnv).
Top
Remarks

Such factories must be registered with XMLmind XSL-FO Converter using Register(IGraphicFactory).

The implementations of this interface are expected to be thread-safe.

See Also