GraphicFactoryConvertGraphic Method |
Public API of XMLmind XSL-FO Converter for .NET
Namespace: XmlMind.FoConverterAssembly: 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
)
Public Overridable Function ConvertGraphic (
graphic As IGraphic,
format As String,
xScale As Double,
yScale As Double,
clientData As Object,
env As IGraphicEnv
) As IGraphic
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:
IGraphicImplements
IGraphicFactoryConvertGraphic(IGraphic, String, Double, Double, Object, IGraphicEnv)See Also