TFlexCelSVGExport.SaveAsImage Method
Saves the current Excel file on an SVG image stream.
Syntax
Unit: FlexCel.Render
procedure TFlexCelSVGExport.SaveAsImage(const saveParameters: TProc<TSVGExportParameters>);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | saveParameters | TProc<TSVGExportParameters> | 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. |