Click or drag to resize
GraphicUtilSaveGraphic Method
Public API of XMLmind XSL-FO Converter for .NET
Saves specified graphic to specified file.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static void SaveGraphic(
	IGraphic graphic,
	string outPath
)

Parameters

graphic
Type: XmlMind.FoConverterIGraphic
graphic to be saved
outPath
Type: SystemString
save filename
Remarks
This function supports graphics having a "data:" location.
See Also