SharpPlot Reference > SharpPlot Methods > RenderPS Method > (Boolean,Boolean,String) SharpPlot.RenderPS Method (Boolean,Boolean,String)
Return completed chart as PostScript with monochrome and mediabox flags and extra PS prologue.
public string RenderPS(
bool forceMonochrome,
bool mediaBox,
string prologue
);
-
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.
-
return value
- Completed chart as PostScript.
See also ...SharpPlot Members | SharpPlot.RenderPS Method
Send comments on this topic © Dyalog Ltd 2021
|