SharpPlot Reference > SharpPlot Methods > SavePS Method > (String,Boolean,Boolean) SharpPlot.SavePS Method (String,Boolean,Boolean)
Save completed chart as PostScript with monochrome and mediabox flags.
public void SavePS(
string filename,
bool forceMonochrome,
bool mediaBox
);
-
filename
- Name of output file.
-
forceMonochrome
- Disable color support (defaults to false).
-
mediaBox
- Embed the viewbox size as DSC (defaults to true).
See also ...SharpPlot Members | SharpPlot.SavePS Method
Send comments on this topic © Dyalog Ltd 2021
|