Click or drag to resize
GraphicFactoryConvertGraphic 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 ConvertGraphic(
	IGraphic graphic,
	string format,
	double xScale,
	double yScale,
	Object clientData,
	IGraphicEnv env
)

Parameters

graphic
Type: XmlMind.FoConverterIGraphic
format
Type: SystemString
xScale
Type: SystemDouble
yScale
Type: SystemDouble
clientData
Type: SystemObject
env
Type: XmlMind.FoConverterIGraphicEnv

Return Value

Type: IGraphic

Implements

IGraphicFactoryConvertGraphic(IGraphic, String, Double, Double, Object, IGraphicEnv)
See Also