FlexCelSVGExport.SaveAsImage Method
Saves the current Excel file on an SVG image stream.
Syntax
Namespace: FlexCel.Render
public void SaveAsImage(Action<SVGExportParameters> saveParameters)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
saveParameters | Action<SVGExportParameters> | Action that will be called once for every page to export. When this action is called you can assign a file name for the image, a title and description, cancel the export, etc. |