public bool SavePdf( SheetView sheetView, string fileName, PdfSecurity pdfSecurity )
'Declaration Public Overloads Function SavePdf( _ ByVal sheetView As SheetView, _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ ) As Boolean
'Declaration
Public Overloads Function SavePdf( _ ByVal sheetView As SheetView, _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ ) As Boolean
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"))
FpSpread クラス FpSpread メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.