SharpPlot Reference > SharpPlot Methods > SaveEps Method > (String,Boolean,String) SharpPlot.SaveEps Method (String,Boolean,String)
Save completed chart as EPS with monochrome switch and PostScript prologue.
public void SaveEps(
string filename,
bool forceMonochrome,
string prologue
);
-
filename
- Name of output file.
-
forceMonochrome
- Disable color support (defaults to false).
-
prologue
- Arbitrary PostScript code to include before first page.
See also ...SharpPlot Members | SharpPlot.SaveEps Method
Send comments on this topic © Dyalog Ltd 2021
|