GraphicFactoryCreateGraphic 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 CreateGraphic(
string location,
string format,
Object clientData,
IGraphicEnv env
)
Public Overridable Function CreateGraphic (
location As String,
format As String,
clientData As Object,
env As IGraphicEnv
) As IGraphic
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:
IGraphicImplements
IGraphicFactoryCreateGraphic(String, String, Object, IGraphicEnv)See Also