FarPoint.Web.Spread 名前空間 > FpSpread クラス > SavePdf メソッド : SavePdf(SheetView,String,PdfSecurity) メソッド |
'Declaration
Public Overloads Function SavePdf( _ ByVal sheetView As SheetView, _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ ) As Boolean
public bool SavePdf( SheetView sheetView, string fileName, PdfSecurity pdfSecurity )
FpSpread1.SavePdf(FpSpread1.Sheets[0], "c:\\test.pdf", new FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"));
FpSpread1.SavePdf(FpSpread1.Sheets(0), "c:\test.pdf", New FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"))