GraphicUtilSaveGraphic Method |
Public API of XMLmind XSL-FO Converter for .NET
Saves specified graphic to specified file.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public static void SaveGraphic(
IGraphic graphic,
string outPath
)
Public Shared Sub SaveGraphic (
graphic As IGraphic,
outPath As String
)
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