Reference > Methods > SavePS Method SharpPlot.SavePS Method
The chart is saved to a text file in raw PostScript format. This can be directed to a PostScript printer or to Acrobat Distiller as required. You should set the MediaBox flag if you intend to use Distiller, as this tells SharpPlot to include the paper-size information in the PostScript file.
Example
sp.SavePS("chart.ps",false,true);
Overloads
See also ...SharpPlot Members | RenderPS Method
Send comments on this topic © Dyalog Ltd 2013
|