Common Reference > Document Class > RenderPS Method

Document.RenderPS Method

Return document rendered as raw PostScript.

Overloads

Result

The result of this call is a string representation of a PostScript document. This may be written to file as text or directly to any PostScript device. If the final output is to be monochrome, it is better to have SharpPlot render the chart in black and white at this point, rather than rely on the printer to greyscale it. The prologue may contain arbitrary PostScript code to include before first page.

Example

   ps = doc.RenderPS();

See also ...

SharpPlot.RenderPS Method | SharpLeaf.RenderPS Method | Document.Members | Document.RenderEps Method | Document.SavePS Method


Send comments on this topic
© Dyalog Ltd 2021