SaveAsSVGFile

SaveAsSVGFile ( fileName ;​ fileFlag ;​ creatorType ;​ title ;​ description ;​ comment )

Argument Type Range Default Note
fileName str 1..1000 (required) Max. 1000 chars.
fileFlag int 1..2 replace
creatorType str 4..4 "????" Ignored
title str 0..1000 "" Max. 1000 chars.
description str 0..1000 "" Max. 1000 chars.
comment str 0..1000 "" Max. 1000 chars.
Examples

SaveAsSVGFile("Chart.svg";​replace)

SaveAsSVGFile("Graphs/Graph_A.svg")

SaveAsSVGFile("~/Desktop/Plots/Plot_01.svg")

SaveAsSVGFile("~/Plots/Plot_01.svg";​replace;​;​"MyTitle";​"MyDescription";​"MyComment")

SaveAsSVGFile("/Volumes/Macintosh HD/Plots/Plot_01.svg")

SaveAsSVGFile("/C:/Users/Public/Documents/Plot_01.svg")

Description

The SaveAsSVGFile() function is set up exactly the same as the SaveAsPNGFile() function. In addition, an optional title, description and comment can be entered.

Scroll to Top