SharpPlot Reference > SharpPlot Methods > SavePdf Method > (String,PdfMode,Boolean) SharpPlot.SavePdf Method (String,PdfMode,Boolean)
PDF optionally compressed and will open in chosen mode with all fonts embedded.
public void SavePdf(
string filename,
PdfMode mode,
bool deflate
);
-
filename
- Name of output file.
-
mode
- Control how the PDF is shown on opening.
-
deflate
- Use file compression (default is true) (turn off to enable saved comments).
See also ...SharpPlot Members | SharpPlot.SavePdf Method
Send comments on this topic © Dyalog Ltd 2021
|