SharpLeaf Reference > SharpLeaf Methods > SavePdf Method SharpLeaf.SavePdf Method
Save report to named file as PDF. See the RenderPdf method for more information.
Overloads
Example
// Show bookmarks and compress
lf.SavePdf("myreport.pdf",PdfMode.ShowOutlines,true);
See also ...SharpLeaf Members | SharpLeaf.RenderPdf Method
Send comments on this topic © Dyalog Ltd 2021
|