Click or drag to resize
GraphicFactoryCreateGraphic Method
Public API of XMLmind XSL-FO Converter for .NET

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public virtual IGraphic CreateGraphic(
	string location,
	string format,
	Object clientData,
	IGraphicEnv env
)

Parameters

location
Type: SystemString
format
Type: SystemString
clientData
Type: SystemObject
env
Type: XmlMind.FoConverterIGraphicEnv

Return Value

Type: IGraphic

Implements

IGraphicFactoryCreateGraphic(String, String, Object, IGraphicEnv)
See Also