SharpPlot Reference > SharpPlot Methods > RenderPdf Method > (PdfMode,Boolean,String) SharpPlot.RenderPdf Method (PdfMode,Boolean,String)
PDF will be opened in a specified mode, with selected embedded fonts and optional compression.
public string RenderPdf(
PdfMode mode,
bool deflate,
string noembed
);
-
mode
- Controls how the PDF is shown on opening.
-
deflate
- Use file compression (default is true) (turn off to enable saved comments).
-
noembed
- Selected fonts to be omitted (comma-separated list of names).
-
return value
- Completed chart as PDF.
See also ...SharpPlot Members | SharpPlot.RenderPdf Method
Send comments on this topic © Dyalog Ltd 2021
|