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