| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > RenderPS Method SharpPlot.RenderPS MethodReturn chart rendered as raw PostScript. Examplesp.RenderPS(false,true); // for Distiller Return ValueThe 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. If you want to use Acrobat Distiller to create a PDF from the chart, be sure to include the media information which will set the papersize to the same size as the chart. Overloads
See also ... |