Common Reference > Document Class > SavePdf Method

Document.SavePdf Method

Save document to named file as PDF. See RenderPdf for more information.

Overloads

Example

  // Save compressed PDF, showing bookmarks
   doc.SavePdf("mydocument.pdf",PdfMode.ShowOutlines,true);

See also ...

SharpPlot.SavePdf Method | SharpLeaf.RenderPdf Method | Document.Members | Document.RenderPdf Method


Send comments on this topic
© Dyalog Ltd 2021