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

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

Save report to named file as PDF.

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 ...

SharpLeaf Members | SharpLeaf.SavePdf Method


Send comments on this topic
© Dyalog Ltd 2021