Parameters
- stream
- Stream to save the file to as a PDF stream
System.IO.Stream s;
s = System.IO.File.Open("D:\\testprint\\test2.pdf", IO.FileMode.OpenOrCreate);
FpSpread1.SavePdf(s);
Dim s As System.IO.Stream s = System.IO.File.Open("D:\testprint\test2.pdf", IO.FileMode.OpenOrCreate) FpSpread1.SavePdf(s)