SharpPlot Reference > SharpPlot Methods > SavePdf Method > (String,PdfMode,Boolean,String)

SharpPlot.SavePdf Method (String,PdfMode,Boolean,String)

PDF will be opened in a specified mode, with selected embedded fonts and optional compression.

public void SavePdf(
    string filename,
    PdfMode mode,
    bool deflate,
    string noembed
);
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).
noembed
Allow selected fonts to be omitted (comma-separated list of names).

See also ...

SharpPlot Members | SharpPlot.SavePdf Method


Send comments on this topic
© Dyalog Ltd 2021