Reference > Methods > RenderPdf Method > (PdfMode,String,Boolean)

SharpPlot.RenderPdf Method (PdfMode,String,Boolean)

Return chart as a string to be viewed in a specified open mode with selected embedded fonts and optional compression.

public string RenderPdf(
    PdfMode mode,
    string noembed,
    bool deflate
);
mode
Controls how the PDF is shown on opening.
noembed
Selected fonts to be omitted (comma-sep list of names).
deflate
Switch controls default file compression to enable saved comments in output.
return value
Text representation of PDF instructions.

See also ...

SharpPlot Members | RenderPdf Method


Send comments on this topic
© Dyalog Ltd 2013